]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing number of centrality bins
authorcnattras <cnattras@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Mar 2011 02:34:22 +0000 (02:34 +0000)
committercnattras <cnattras@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Mar 2011 02:34:22 +0000 (02:34 +0000)
PWG4/totEt/AliAnalysisEtCommon.cxx
PWG4/totEt/AliAnalysisEtCommon.h

index 1aa727738e0cca4da704871dc712fd958da2b92c..1c45f0e4a5744dd87d6f0d41b21de1f55bb1e3fd 100644 (file)
@@ -86,7 +86,7 @@ AliAnalysisEtCommon::AliAnalysisEtCommon() : TObject()
                                           ,fLambdaEnhancement(0)
                                           ,fProtonEnhancement(0)
                                           ,fCentralityMethod("V0M")
-                                          ,fNCentBins(20)
+                                          ,fNCentBins(21)
                                           ,fCentBin(-1)
 {//default constructor
 
index 7b61ef10697396ad4f2906b0a692685b26697584..5d0958989c7197facd7852a4663917f7f74f38fa 100644 (file)
@@ -152,7 +152,7 @@ protected:
     Float_t LambdaBaryonEnhancement(Float_t pt);//Function which gives the factor to reweigh a lambda or antilambda so it roughly matches baryon enhancement seen at RHIC
     Float_t ProtonBaryonEnhancement(Float_t pt);//Function which gives the factor to reweigh a lambda or antilambda so it roughly matches baryon enhancement seen at RHIC
     TString fCentralityMethod;//string specifying the centrality method, see https://twiki.cern.ch/twiki/bin/viewauth/ALICE/CentStudies
-    Int_t fNCentBins;//number of centrality bins (10 or 20)
+    Int_t fNCentBins;//number of centrality bins (11 or 21)
     Int_t fCentBin;//current centrality bin