]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliFMDMCTrackDensity.h
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliFMDMCTrackDensity.h
index e6695257c033a9210764ae6790eaad1f5771361f..3d34fbf178ca183c50adec26bd1950397d12ce5b 100644 (file)
@@ -96,7 +96,7 @@ public:
    * 
    * @param list List to add outputs to
    */
-  void DefineOutput(TList* list);
+  void CreateOutputObjects(TList* list);
   
   void Print(Option_t* option="") const;
 protected:
@@ -173,7 +173,7 @@ protected:
      * @return Reference to this object 
      */
     State& operator=(const State& o);
-  } fState; // State 
+  } fState; //! State 
   
     
   UShort_t   fMaxConsequtiveStrips; // Max 'cluster' size
@@ -183,7 +183,7 @@ protected:
   TH2D*      fNcr;                  // Number of clusters per track
   AliESDFMD* fOutput;               //! Output ESD object
 
-  ClassDef(AliFMDMCTrackDensity,3); // Calculate track-ref density
+  ClassDef(AliFMDMCTrackDensity,5); // Calculate track-ref density
 };
 
 #endif