]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliForwarddNdetaTask.cxx
Code clean-up in dN/deta calculation.
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliForwarddNdetaTask.cxx
index 45fcab723b0e3e3edcc5b575285f27da197c0fb8..a07aeb979adfd2c1dc0541bb92c15fc9429a0898 100644 (file)
@@ -170,17 +170,20 @@ AliForwarddNdetaTask::CentralityBin::End(TList*      sums,
                                         Double_t    trigEff,
                                         Bool_t      symmetrice,
                                         Int_t       rebin, 
+                                        Bool_t      rootProj,
                                         Bool_t      corrEmpty, 
-                                        Bool_t      cutEdges, 
+                                        Bool_t      cutEdges,
                                         Int_t       triggerMask,
                                         Int_t       color,
                                         Int_t       marker)
 {
+  AliInfo(Form("In End of %s with corrEmpty=%d, cutEdges=%d, rootProj=%d", 
+              GetName(), corrEmpty, cutEdges, rootProj));
   AliBasedNdetaTask::CentralityBin::End(sums, results, scheme, 
                                        shapeCorr, trigEff, 
-                                       symmetrice, rebin, corrEmpty, cutEdges,
-                                       triggerMask,
-                                       color, marker);
+                                       symmetrice, rebin, 
+                                       rootProj, corrEmpty, cutEdges,
+                                       triggerMask, color, marker);
 
   fSumPrimary     = static_cast<TH2D*>(fSums->FindObject("truth"));