]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/AliPWG4HighPtSpectra.h
- Reduce number of bins in order to decrease memory consumption
[u/mrichter/AliRoot.git] / PWGJE / AliPWG4HighPtSpectra.h
index eb67a9371cd4294099f78e873117a5abfad09a0c..691f9aa928ad458b2a89abba2b10e45b11080c9f 100644 (file)
@@ -14,7 +14,7 @@
  **************************************************************************/
 
 //-----------------------------------------------------------------------
-// Author : Marta Verweij - UU
+// Author : Marta Verweij, D. Keijdener - UU
 //-----------------------------------------------------------------------
 
 #ifndef ALIPWG4HIGHPTSPECTRA_H
@@ -113,8 +113,8 @@ class AliPWG4HighPtSpectra : public AliAnalysisTask {
  protected:
   Bool_t              fReadAODData      ;  // flag for AOD/ESD input files
   Bool_t              fNoPythiaInfo     ;  // flag to skip reading pyxsec.root and plotting output
-  const AliCFManager  *fCFManagerPos    ;  //! pointer to the CF manager for positive charged particles
-  const AliCFManager  *fCFManagerNeg    ;  //! pointer to the CF manager for negative charged particles
+  const AliCFManager  *fCFManagerPos    ;  // pointer to the CF manager for positive charged particles
+  const AliCFManager  *fCFManagerNeg    ;  // pointer to the CF manager for negative charged particles
  
   AliESDEvent *fESD;      //! ESD object
   AliAODEvent *fAOD;      //! AOD object
@@ -161,7 +161,7 @@ class AliPWG4HighPtSpectra : public AliAnalysisTask {
   TH2F *fPtRelUncertainty1PtPrim;              //! Pt vs relUncertainty1Pt for primary particles
   TH2F *fPtRelUncertainty1PtSec;               //! Pt vs relUncertainty1Pt for secondary particles
 
-  ClassDef(AliPWG4HighPtSpectra,3);
+  ClassDef(AliPWG4HighPtSpectra,5);
 };
 
 #endif