]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Reconstructor.h
Moving changes in AliTestShuttle.cxx/h in $ALICE_ROOT/SHUTTLE/TestShuttle
[u/mrichter/AliRoot.git] / T0 / AliT0Reconstructor.h
index de6499e3dc37af9fd0e7b126af9c051a3ec9dddd..ebaccef14369b821f9f8fcc69582a67356c56016 100644 (file)
@@ -19,9 +19,6 @@ class AliT0Reconstructor: public AliReconstructor {
  public:
   AliT0Reconstructor();
   virtual ~AliT0Reconstructor() {};
-  AliT0Reconstructor( const AliT0Reconstructor&r );
-  AliT0Reconstructor& operator=(const AliT0Reconstructor&r); 
-
 
   virtual  void   Reconstruct(TTree* fdigits, TTree * frecpoints) const;
   virtual  void   Reconstruct(AliRawReader*rawReader , TTree* recTree) const;
@@ -46,7 +43,11 @@ class AliT0Reconstructor: public AliReconstructor {
   TObjArray           fAmpLED;        // LED-CFD vs #MIPs
   AliT0Calibrator     *fCalib;           //pointer to T0 Calibrator     
 
-  ClassDef(AliT0Reconstructor, 3)   // class for the T0 reconstruction
+ private:
+  AliT0Reconstructor( const AliT0Reconstructor&r ); //Not implemented
+  AliT0Reconstructor& operator=(const AliT0Reconstructor&r); //Not implemented
+
+  ClassDef(AliT0Reconstructor, 5)   // class for the T0 reconstruction
 
 };