]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDdataArray.h
Initial check-in of the model classes for User module
[u/mrichter/AliRoot.git] / TRD / AliTRDdataArray.h
index fbee032ae5838d70ed51784b2ee3bae618a072d7..f4260aafd877d125f0149627da94e3b9c21ed0a0 100644 (file)
@@ -25,12 +25,12 @@ class AliTRDdataArray : public AliTRDsegmentID {
   virtual ~AliTRDdataArray();
   AliTRDdataArray &operator=(const AliTRDdataArray &d);
 
-  virtual void   Copy(TObject &d);
+  virtual void   Copy(TObject &d) const;
   virtual void   Allocate(Int_t nrow, Int_t ncol,Int_t ntime);
   virtual void   Reset();
 
-  virtual Int_t  GetNRow() const               { return fNrow;       };
-  virtual Int_t  GetNCol() const               { return fNcol;       };
+  virtual Int_t  GetNrow() const               { return fNrow;       };
+  virtual Int_t  GetNcol() const               { return fNcol;       };
   virtual Int_t  GetNtime() const              { return fNtime;      };
           Int_t  GetIndex(Int_t row, Int_t col, Int_t time) const;
           Int_t  GetIndexUnchecked(Int_t row, Int_t col, Int_t time) const
@@ -43,8 +43,8 @@ class AliTRDdataArray : public AliTRDsegmentID {
           Int_t  GetIdx1(Int_t row, Int_t col) const;
   inline  Int_t  GetIdx1Unchecked(Int_t row, Int_t col) const
                                                { return row + col * fNrow; };
-  inline  Bool_t CheckBounds(const char *where, Int_t idx1, Int_t idx2);
-  inline  Bool_t OutOfBoundsError(const char *where, Int_t idx1, Int_t idx2);
+  inline  Bool_t CheckBounds(Int_t idx1, Int_t idx2);
+  inline  Bool_t OutOfBoundsError(Int_t idx1, Int_t idx2);
  
   Int_t          fNrow;            // Number of rows of the detector segement
   Int_t          fNcol;            // Number of columns of the detector segment