]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliForwardQATask.h
Renamed some member functions for more logical names
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliForwardQATask.h
index eea8013bba6b1529948bcf06b20696df5b85a982..24b3250e5dee375de6c05e09250803ec1b1bab6e 100644 (file)
@@ -193,7 +193,7 @@ protected:
    * Initialise the sub objects and stuff.  Called on first event 
    * @return false on error. 
    */
-  virtual Bool_t  InitializeSubs();
+  virtual Bool_t  SetupForData();
 
   Bool_t fEnableLowFlux;// Whether to use low-flux specific code
   Bool_t fFirstEvent;   // Whether the event is the first seen 
@@ -216,7 +216,7 @@ protected:
   TList* fList; // Output list 
   Int_t fDebug; // Debug flag
 
-  ClassDef(AliForwardQATask,1) // Forward QA class
+  ClassDef(AliForwardQATask,2) // Forward QA class
 };
 
 #endif