]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentID.h
Cleaned up code for coding conventions.
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentID.h
index 65e28a8621775176c39b5ff17dd0b0aba4249ff1..da81d490d505d41be2d25c27c7ce2d12cf333fc3 100644 (file)
@@ -6,11 +6,13 @@
 
 /* $Id: AliTRDsegmentID.h,v */
 
-////////////////////////////////////////////////
-//     Base class for a detector segment      // 
-////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+//     Base class for a detector segment                                     // 
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
 
-#include "TObject.h"
+#include <TObject.h>
 
 class AliTRDsegmentID : public TObject {
 
@@ -20,7 +22,7 @@ class AliTRDsegmentID : public TObject {
   AliTRDsegmentID(Int_t index);
   virtual ~AliTRDsegmentID();
 
-          Int_t  GetID()            { return fSegmentID;    }
+          Int_t  GetID() const      { return fSegmentID;    }
   virtual Int_t  GetSize()          { return sizeof(*this); }
 
           void   SetID(Int_t index) { fSegmentID = index;}