]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliCalorimeter.h
06-feb-2004 NvE "char* name" changed to "const char* name" in all specific Clone...
[u/mrichter/AliRoot.git] / RALICE / AliCalorimeter.h
index 3628c79b38f4d6cd803731d85004221512700027..639df1ceeda1c004eb613088ec229d5a666e0670 100644 (file)
@@ -26,7 +26,7 @@ class AliCalorimeter : public TNamed
   AliCalorimeter(Int_t nrow,Int_t ncol);           // Create a calorimeter matrix
   virtual ~AliCalorimeter();                       // Destructor
   AliCalorimeter(AliCalorimeter& c);               // Copy constructor
-  virtual TObject* Clone(const char* name="");           // Make a deep copy and provide pointer of the copy
+  virtual TObject* Clone(const char* name="");     // Make a deep copy and provide pointer of the copy
   Int_t GetNrows();                                // Return number of rows of the matrix
   Int_t GetNcolumns();                             // Return number of columns of the matrix
   void SetSignal(Int_t row,Int_t col,Float_t s);   // Set signal for a certain module
@@ -83,6 +83,6 @@ class AliCalorimeter : public TNamed
   TObjArray* fAttributes;                    //! Matrix with module attributes (e.g. gain, offset etc...)
   AliObjMatrix* fPositions;                  //! The matrix of module position pointers
  
- ClassDef(AliCalorimeter,6) // Description of a modular calorimeter system.
+ ClassDef(AliCalorimeter,7) // Description of a modular calorimeter system.
 };
 #endif