]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliMCTruthdNdetaTask.h
Major refactoring of the code.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliMCTruthdNdetaTask.h
index 91411da503565e36a249f5e1063f7ed87d8d2697..e9b7cd09f46098f479d486a42e71680d49583da8 100644 (file)
@@ -50,7 +50,7 @@ public:
    * 
    * @param option Not used 
    */
-  virtual void Terminate(Option_t* option);
+  virtual Bool_t Finalize();
 protected:
   /** 
    * Copy constructor 
@@ -63,7 +63,7 @@ protected:
    * 
    * @return Reference to this
    */
-  AliMCTruthdNdetaTask& operator=(const AliMCTruthdNdetaTask&) { return *this; }
+  AliMCTruthdNdetaTask& operator=(const AliMCTruthdNdetaTask&);
 
   /** 
    * Retrieve the histogram 
@@ -73,7 +73,7 @@ protected:
    * 
    * @return Retrieved histogram or null
    */
-  TH2D* GetHistogram(const AliAODEvent* aod, Bool_t mc);
+  TH2D* GetHistogram(const AliAODEvent& aod, Bool_t mc);
   /** 
    * Get the marker style 
    *