]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliAnaPartCorrMaker.h
Set the analysis parameters/cuts used in a folder in the output file, in TObjString...
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliAnaPartCorrMaker.h
index f267899d91d4ce1c072bea5fd18eb74def2f9e70..ab3dccb804927ad5d5b9c3cdd9a27cc0357673d0 100755 (executable)
@@ -38,6 +38,7 @@ class AliAnaPartCorrMaker : public TObject {
        
   //Setter and getters
   TList * GetAODBranchList() ;
+  TList * GetListOfAnalysisCuts();
   TList * GetOutputContainer() ;
 
   Int_t GetAnaDebug() const  { return fAnaDebug ; }
@@ -89,10 +90,12 @@ class AliAnaPartCorrMaker : public TObject {
   AliCaloTrackReader  *  fReader ;     //  Pointer to reader 
   AliCalorimeterUtils *  fCaloUtils ;  //  Pointer to CalorimeterUtils
 
-  TList * fAODBranchList ;          //! List with AOD branches created and needed in analysis
-  TH1I  * fhNEvents;                //! Number of events counter histogram
+  TList * fAODBranchList ;     //! List with AOD branches created and needed in analysis  
+  TList * fCuts ;                 //! List with analysis cuts
+
+  TH1I  * fhNEvents;           //! Number of events counter histogram
        
-  ClassDef(AliAnaPartCorrMaker,4)
+  ClassDef(AliAnaPartCorrMaker,5)
 } ;