]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor streamer fix
authorrbertens <rbertens@cern.ch>
Thu, 23 Jan 2014 16:41:16 +0000 (17:41 +0100)
committerrbertens <rbertens@cern.ch>
Thu, 23 Jan 2014 16:41:27 +0000 (17:41 +0100)
PWG/FLOW/Tasks/AliFlowEventCuts.h

index ceddf83ee0b9220a19bfca4f7e421424b4f7646a..b83113177f08bbd8c53cad4fbb7eff79bb05513a 100644 (file)
@@ -136,10 +136,10 @@ class AliFlowEventCuts : public TNamed {
   Bool_t fCutImpactParameter; //cut on impact parameter (MC header)
   Double_t fImpactParameterMin; // min impact parameter
   Double_t fImpactParameterMax; // max impact parameter
-  TH2F *fhistTPCvsGlobalMult; //correlation between TPCMult and GlobalMult
+  TH2F *fhistTPCvsGlobalMult; //!correlation between TPCMult and GlobalMult
   Bool_t fData2011; //2011 data is used
 
-  ClassDef(AliFlowEventCuts,4)
+  ClassDef(AliFlowEventCuts,5)
 };
 
 #endif