]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQADataMakerSim.cxx
Example macro for merging sets of alignment objects
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQADataMakerSim.cxx
index 41878dbfbbcd9c1fcf31a2a94d56268fc0cf0ecc..0935a92eb5ea9605250be627285b4baff4b458ac 100644 (file)
@@ -97,10 +97,10 @@ void AliPHOSQADataMakerSim::InitDigits()
 {
   // create Digits histograms in Digits subdir
   Bool_t expert   = kTRUE ; 
-  TH1I * h0 = new TH1I("hPhosDigits",    "Digits amplitude distribution in PHOS",    500, 0, 5000) ; 
+  TH1I * h0 = new TH1I("hPhosDigits",    "Digits amplitude distribution in PHOS",    500, 0, 1000) ; 
   h0->Sumw2() ;
   Add2DigitsList(h0, 0, !expert) ;
-  TH1I * h1 = new TH1I("hPhosDigitsMul", "Digits multiplicity distribution in PHOS", 500, 0, 1000) ; 
+  TH1I * h1 = new TH1I("hPhosDigitsMul", "Digits multiplicity distribution in PHOS", 2000, 0, 10000) ; 
   h1->Sumw2() ;
   Add2DigitsList(h1, 1, !expert) ;
 }
@@ -110,10 +110,10 @@ void AliPHOSQADataMakerSim::InitSDigits()
 {
   // create SDigits histograms in SDigits subdir
   Bool_t expert   = kTRUE ; 
-  TH1F * h0 = new TH1F("hPhosSDigits",    "SDigits energy distribution in PHOS",       100, 0., 100.) ; 
+  TH1F * h0 = new TH1F("hPhosSDigits",    "SDigits energy distribution in PHOS",       500, 0., 1000.) ; 
   h0->Sumw2() ;
   Add2SDigitsList(h0, 0, !expert) ;
-  TH1I * h1 = new TH1I("hPhosSDigitsMul", "SDigits multiplicity distribution in PHOS", 500, 0,  10000) ; 
+  TH1I * h1 = new TH1I("hPhosSDigitsMul", "SDigits multiplicity distribution in PHOS", 500, 0,  1000) ; 
   h1->Sumw2() ;
   Add2SDigitsList(h1, 1, !expert) ;
 }