]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliAttribObj.h
New EMCAL cosmic trigger as defined by Federico A.
[u/mrichter/AliRoot.git] / RALICE / AliAttribObj.h
index 2b3a282f5bc03b5f7daa3d70ad1543930f9d3383..fbcd67dca95846ef38b3b777bf7101a71c9fa96f 100644 (file)
 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