]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliFMDMCSharingFilter.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliFMDMCSharingFilter.h
index fa3be6393ec87b6a6032249f90b9506bee7c6b5e..8eda31e02acf397242c72caaa38be999f6d4a227 100644 (file)
@@ -34,7 +34,7 @@
  *    - For each ring (FMD1i, FMD2i, FMD2o, FMD3i, FMD3o) the distribution of 
  *      signals before and after the filter.  
  *    - For each ring (see above), an array of distributions of number of 
- *      hit strips for each vertex bin (if enabled - see Init method)
+ *      hit strips for each vertex bin (if enabled - see SetupForData method)
  * 
  *
  * @ingroup pwglf_forward_algo
@@ -58,8 +58,8 @@ public:
     fFMD2i(0),
     fFMD2o(0),
     fFMD3i(0),
-    fFMD3o(0), 
-    fOperComp(0)
+    fFMD3o(0) /*
+               fOperComp(0) */
   {}
   /** 
    * Constructor 
@@ -128,14 +128,15 @@ public:
    * 
    * @param dir Directory to add to 
    */
-  void DefineOutput(TList* dir);
+  void CreateOutputObjects(TList* dir);
   /** 
    * Scale the histograms to the total number of events 
    * 
    * @param dir     Where the output is 
+   * @param output  Output list
    * @param nEvents Number of events 
    */
-  void ScaleHistograms(const TList* dir, Int_t nEvents);
+  void Terminate(const TList* dir, TList* output, Int_t nEvents);
   /** 
    * Print information
    * 
@@ -151,8 +152,8 @@ protected:
   TH2D* fFMD2o;      // ESD-MC correlation 
   TH2D* fFMD3i;      // ESD-MC correlation 
   TH2D* fFMD3o;      // ESD-MC correlation 
-  TH2I* fOperComp;   // Operation vs # trackrefs
-  ClassDef(AliFMDMCSharingFilter,1); //
+  // TH2I* fOperComp;   // Operation vs # trackrefs
+  ClassDef(AliFMDMCSharingFilter,3); //
 };
 
 #endif