]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliAttribObj.h
Moving the momentum cut from the TOF PID to the ESD PID (Yu.Belikov)
[u/mrichter/AliRoot.git] / RALICE / AliAttribObj.h
index 2b3a282f5bc03b5f7daa3d70ad1543930f9d3383..453301dfef5c498d476def8c994ab02188e34e60 100644 (file)
@@ -16,8 +16,8 @@ class AliAttribObj : public TObject,public AliAttrib
   AliAttribObj(AliAttrib& a);                      // Constructor
   virtual ~AliAttribObj();                         // Destructor
   AliAttribObj(AliAttribObj& a);                   // Copy constructor
-  virtual AliAttribObj* MakeCopy(AliAttribObj& a); // Make a deep copy and provide its pointer
+  virtual TObject* Clone(const char* name="");     // Make a deep copy and provide its pointer
 
- ClassDef(AliAttribObj,1) // Generic handling of detector signal (calibration) attributes.
+ ClassDef(AliAttribObj,3) // Generic handling of detector signal (calibration) attributes.
 };
 #endif