]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/Hshuttle.C
Sigmas set to 3.
[u/mrichter/AliRoot.git] / HMPID / Hshuttle.C
index 7f81c3973feeb64278114a28915eb953eb2d389e..25bc126136ca601285e4602a7ec8085986f9a0a4 100644 (file)
@@ -22,7 +22,7 @@
 void SimPed()
 {
   Int_t iDDLmin=0,iDDLmax=13;
-  Int_t nSigmas = 1;             // value stored in the ddl files of pedestals
+  Int_t nSigmas = 3;             // value stored in the ddl files of pedestals
   ofstream out;
   for(Int_t ddl=iDDLmin;ddl<=iDDLmax;ddl++){
     out.open(Form("HmpidPedDdl%02i.txt",ddl));