]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentID.h
Bug correction in StepManager :
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentID.h
index 65e28a8621775176c39b5ff17dd0b0aba4249ff1..a5344d00a46e38490b890a104543ec8ed078930b 100644 (file)
@@ -10,7 +10,7 @@
 //     Base class for a detector segment      // 
 ////////////////////////////////////////////////
 
-#include "TObject.h"
+#include <TObject.h>
 
 class AliTRDsegmentID : public TObject {
 
@@ -20,7 +20,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;}