]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROQADataMakerRec.cxx
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / VZERO / AliVZEROQADataMakerRec.cxx
index f76a05cbe1c1a85906053b80affae2aeecf285a3..761cb64088a9b58e5fb9a35c1bc83b9b8336f32d 100644 (file)
@@ -423,7 +423,7 @@ void AliVZEROQADataMakerRec::InitRaws()
   // Creation of histograms with the charge sums used inthe centrality triggers
   h2d = new TH2F("H2D_CentrChargeV0A_V0C","Trigger charge sums V0C vs V0A; V0A Charge Sum [ADC counts]; V0C Charge Sum [ADC counts];",
                 300,0,15000,500,0,25000);
-  Add2RawsList(h2d,kCentrChargeV0AV0C, expert, !image, saveCorr); iHisto++;
+  Add2RawsList(h2d,kCentrChargeV0AV0C, !expert, image, saveCorr); iHisto++;
 
   AliDebug(AliQAv1::GetQADebugLevel(), Form("%d Histograms has been added to the Raws List",iHisto));
   //