]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentID.h
Reconstruction of RAW data. Introduction of cluster finder (A. de Caro)
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentID.h
index a5344d00a46e38490b890a104543ec8ed078930b..67eee53ce8c275fb21f2f4cc9df5561efa8ef365 100644 (file)
@@ -6,9 +6,11 @@
 
 /* $Id: AliTRDsegmentID.h,v */
 
-////////////////////////////////////////////////
-//     Base class for a detector segment      // 
-////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+//     Base class for a detector segment                                     // 
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
 
 #include <TObject.h>
 
@@ -21,7 +23,7 @@ class AliTRDsegmentID : public TObject {
   virtual ~AliTRDsegmentID();
 
           Int_t  GetID() const      { return fSegmentID;    }
-  virtual Int_t  GetSize()          { return sizeof(*this); }
+  virtual Int_t  GetSize() const    { return sizeof(*this); }
 
           void   SetID(Int_t index) { fSegmentID = index;}