]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDetector.h
Macro to read the ESD event
[u/mrichter/AliRoot.git] / STEER / AliDetector.h
index c752a737d87875c7fda58de1ad41df9b234e2932..38100bd5251883977836e035403dd293632e951c 100644 (file)
@@ -23,7 +23,7 @@ public:
   virtual ~AliDetector();
 
   // Inline functions
-  void  Copy(AliDetector &det) const;
+  void  Copy(TObject &det) const;
   virtual int   GetNdigits() const {return fNdigits;}
   virtual int   GetNhits()   const {return fNhits;}
   TClonesArray *Digits() const {return fDigits;}
@@ -77,6 +77,6 @@ protected:
 
   AliLoader*  fLoader;//! pointer to getter for this module skowron
 
-  ClassDef(AliDetector,4)  //Base class for ALICE detectors
+  ClassDef(AliDetector,5)  //Base class for ALICE detectors
 };
 #endif