]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliAnaPartCorrMaker.h
AliCFGridSparse : propagate the bin labels during projections
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliAnaPartCorrMaker.h
index 624f29d43acfbd1a2a1d799123d1cada5c699e66..2525a8bdacd40558ff610bcc0662ba95957a707f 100755 (executable)
@@ -74,16 +74,16 @@ class AliAnaPartCorrMaker : public TObject {
   
   //General Data members
   
-  TList * fOutputContainer ; // output histograms container
-  TList * fAnalysisContainer ; // List with analysis pointers
+  TList * fOutputContainer ;   //! Output histograms container
+  TList * fAnalysisContainer ; //  List with analysis pointers
   Bool_t  fMakeHisto ; // If true makes final analysis with histograms as output
   Bool_t  fMakeAOD ; // If true makes analysis generating AODs
   Int_t   fAnaDebug; // Debugging info.
  
-  AliCaloTrackReader *  fReader ;   // Pointer to reader 
+  AliCaloTrackReader *  fReader ;   //  Pointer to reader 
   TList * fAODBranchList ;          //! List with AOD branches created and needed in analysis
 
-  TH1I *fhNEvents;            //! Number of events counter histogram
+  TH1I *fhNEvents;                  //! Number of events counter histogram
        
   ClassDef(AliAnaPartCorrMaker,3)
 } ;