]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDTZERO.h
Implemented Copy() function for all esd objects to allow for assignment of AliESDEven...
[u/mrichter/AliRoot.git] / STEER / AliESDTZERO.h
index 55bad439af74d0161f917e8148d9fc23d71babf9..f50c699a85b5836f2c40f8999b831ed679a66907 100644 (file)
@@ -21,6 +21,7 @@ public:
   AliESDTZERO();
   AliESDTZERO(const AliESDTZERO& tzero);
   AliESDTZERO& operator=(const AliESDTZERO& tzero);
+  virtual void Copy(TObject &obj) const;
 
   Double_t GetT0zVertex() const {return fT0zVertex;}
   void SetT0zVertex(Double_t z) {fT0zVertex=z;}