X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliAttribObj.h;h=fbcd67dca95846ef38b3b777bf7101a71c9fa96f;hb=b8c8d908cba94519740297023ae73dfce9861593;hp=2b3a282f5bc03b5f7daa3d70ad1543930f9d3383;hpb=ff19c7ae07137190c55cbeee43128dbf60815a51;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliAttribObj.h b/RALICE/AliAttribObj.h index 2b3a282f5bc..fbcd67dca95 100644 --- a/RALICE/AliAttribObj.h +++ b/RALICE/AliAttribObj.h @@ -12,12 +12,12 @@ class AliAttribObj : public TObject,public AliAttrib { public: - AliAttribObj(); // Default constructor - 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 + AliAttribObj(); // Default constructor + AliAttribObj(AliAttrib& a); // Constructor + virtual ~AliAttribObj(); // Destructor + AliAttribObj(const AliAttribObj& a); // Copy constructor + virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer - ClassDef(AliAttribObj,1) // Generic handling of detector signal (calibration) attributes. + ClassDef(AliAttribObj,4) // Generic handling of detector signal (calibration) attributes. }; #endif