]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliAttribObj.h
07-oct-2003 NvE Arguments of SetSignal and AddSignal memberfunctions of AliCalmodule...
[u/mrichter/AliRoot.git] / RALICE / AliAttribObj.h
index 2b3a282f5bc03b5f7daa3d70ad1543930f9d3383..029426acc86b6648a230736f771e6a84c159ed75 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(char* name);              // Make a deep copy and provide its pointer
 
- ClassDef(AliAttribObj,1) // Generic handling of detector signal (calibration) attributes.
+ ClassDef(AliAttribObj,2) // Generic handling of detector signal (calibration) attributes.
 };
 #endif