]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSmodule.h
Muon filter removed
[u/mrichter/AliRoot.git] / ITS / AliITSmodule.h
index 44e40bc76bffb811b34df38057f46793f8022ade..74376d079fe94257f33c950bceb2ed7fa6b22011 100644 (file)
@@ -1,5 +1,9 @@
 #ifndef ALIITSMODULE_H
 #define ALIITSMODULE_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
 
 //#include "AliITSpoint.h"
 #include "AliITS.h"
@@ -46,10 +50,10 @@ public:
     //________________________________________________________________
     //
     
-    inline Int_t GetIndex()  { return fIndex;}
-    //inline Int_t GetLayer()  { return fLayer;}
-    //inline Int_t GetLadder() { return fLadder;}
-    //inline Int_t GetDet()    { return fDet;}
+    Int_t GetIndex()  const { return fIndex;}
+    //Int_t GetLayer()  const { return fLayer;}
+    //Int_t GetLadder() const { return fLadder;}
+    //Int_t GetDet()    const { return fDet;}
     
     
     //________________________________________________________________
@@ -58,10 +62,10 @@ public:
     //________________________________________________________________
     //
     
-    inline Int_t GetNhits() { return fNhitsM;} 
+    Int_t GetNhits() const { return fNhitsM;} 
     // returns number of hits in this module
                   
-    inline TObjArray *GetHits() { return fHitsM; }
+    TObjArray *GetHits() const { return fHitsM; }
     // returns pointer to array (TClonesArray) of pointers to hits
     
     Int_t  AddHit(AliITShit *hit);