]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSFastGlobalReconstruction.h
Moving the Decode methods (which are used by 2 classes now) (Laurent)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSFastGlobalReconstruction.h
index 055373677c446aaf3b1c05384dda3249eca16a34..a668bbd4f35ea198659af78fab92c98a44202437 100644 (file)
@@ -21,8 +21,12 @@ class AliPHOSGetter;
 class AliPHOSFastGlobalReconstruction : public TObject {
 
 public:
-  AliPHOSFastGlobalReconstruction() {};
+  AliPHOSFastGlobalReconstruction();
   AliPHOSFastGlobalReconstruction(const char* headerFile);
+  
+  AliPHOSFastGlobalReconstruction(const AliPHOSFastGlobalReconstruction &rhs);
+  AliPHOSFastGlobalReconstruction & operator = (const AliPHOSFastGlobalReconstruction &);
+  
   virtual ~AliPHOSFastGlobalReconstruction();
   void FastReconstruction(Int_t event);
   TClonesArray *GetRecParticles() const {return fParticles;}