]> 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 e23c0bae4df94026bc87ff17fd02bdb8fadc00bd..8eda31e02acf397242c72caaa38be999f6d4a227 100644 (file)
@@ -58,8 +58,8 @@ public:
     fFMD2i(0),
     fFMD2o(0),
     fFMD3i(0),
-    fFMD3o(0), 
-    fOperComp(0)
+    fFMD3o(0) /*
+               fOperComp(0) */
   {}
   /** 
    * Constructor 
@@ -133,6 +133,7 @@ public:
    * 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 Terminate(const TList* dir, TList* output, Int_t nEvents);
@@ -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,2); //
+  // TH2I* fOperComp;   // Operation vs # trackrefs
+  ClassDef(AliFMDMCSharingFilter,3); //
 };
 
 #endif