]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reader and analysis container pointers need to be streamed, if not plugin does not...
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Apr 2010 17:02:02 +0000 (17:02 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Apr 2010 17:02:02 +0000 (17:02 +0000)
PWG4/PartCorrBase/AliAnaPartCorrBaseClass.h
PWG4/PartCorrBase/AliAnaPartCorrMaker.h

index c908b9acc3d1defe9c11d2784dcd8734048e3641..e149953931e5be4905891dcc1d606d3043b52ca9 100755 (executable)
@@ -212,7 +212,7 @@ public:
   Float_t fMinPt ;              // Maximum pt of (trigger) particles in the analysis
   Float_t fMaxPt ;              // Minimum pt of (trigger) particles in the analysis
        
-  AliCaloTrackReader * fReader; //! Acces to ESD/AOD/MC data
+  AliCaloTrackReader * fReader; // Acces to ESD/AOD/MC data
   
   TClonesArray* fInputAODBranch ;    //! Selected input particles branch
   TString       fInputAODName ;      //  Name of input AOD branch;
index dae69630379d57513581643db2707f25c69b5da6..2525a8bdacd40558ff610bcc0662ba95957a707f 100755 (executable)
@@ -74,13 +74,13 @@ 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