]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentID.h
Bug fixed (Christian)
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentID.h
index 67eee53ce8c275fb21f2f4cc9df5561efa8ef365..60a33f08f080a117493bcd473ae32cbe46d2972a 100644 (file)
@@ -4,13 +4,13 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id: AliTRDsegmentID.h,v */
+/* $Id$*/
 
-///////////////////////////////////////////////////////////////////////////////
-//                                                                           //
-//     Base class for a detector segment                                     // 
-//                                                                           //
-///////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+//  Base class for a detector segment                                     // 
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
 
 #include <TObject.h>
 
@@ -22,16 +22,16 @@ class AliTRDsegmentID : public TObject {
   AliTRDsegmentID(Int_t index);
   virtual ~AliTRDsegmentID();
 
-          Int_t  GetID() const      { return fSegmentID;    }
-  virtual Int_t  GetSize() const    { return sizeof(*this); }
+          Int_t    GetID() const      { return fSegmentID;    }
+  virtual Int_t    GetSize() const    { return sizeof(*this); }
 
-          void   SetID(Int_t index) { fSegmentID = index;
+          void     SetID(Int_t index) { fSegmentID = index;   
 
  protected:
 
-  Int_t fSegmentID;           // Identification number of a segment
+          Int_t    fSegmentID;           //  Identification number of a segment
 
-  ClassDef(AliTRDsegmentID,1) // Detector segment base class
+  ClassDef(AliTRDsegmentID,1)            //  Detector segment base class
 
 };