X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSmodule.h;h=74376d079fe94257f33c950bceb2ed7fa6b22011;hb=a2f0cfb784a00d8e49d8e7ecc676bf792513abb1;hp=44e40bc76bffb811b34df38057f46793f8022ade;hpb=58005f185f4f08f2c0c0eaf5fbbc30c7435d442c;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSmodule.h b/ITS/AliITSmodule.h index 44e40bc76bf..74376d079fe 100644 --- a/ITS/AliITSmodule.h +++ b/ITS/AliITSmodule.h @@ -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);