X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MUON%2FAliMUONSurveyChamber.h;h=0e82099d20cc3546b0fd0c1fd55d8a711f1d855f;hp=748c287fca21185bf91b9f783f704c0e64026293;hb=07062f37d37b17ef656fe337069c701056816939;hpb=ba8b02668feb0e5489fc1d9bd70845d8fefe646e diff --git a/MUON/AliMUONSurveyChamber.h b/MUON/AliMUONSurveyChamber.h index 748c287fca2..0e82099d20c 100644 --- a/MUON/AliMUONSurveyChamber.h +++ b/MUON/AliMUONSurveyChamber.h @@ -28,14 +28,16 @@ class AliMUONSurveyChamber: public AliMUONSurveyObj virtual Int_t AddStickerTargets(TString stBaseName, Int_t lTargetMax = 9); virtual Int_t AddGButtonTargets(TString btBaseName, Int_t lTargetMax = 9); + virtual Int_t AddStickerTargets(TObjArray *pArray, TString stBaseName, Int_t lTargetMax = 9); virtual Int_t AddGButtonTargets(TObjArray *pArray, TString btBaseName, Int_t lTargetMax = 9); Int_t AddSurveyDetElem(Int_t lDetElemId); - Int_t GetNDetElem() {return fNDetElem;} + /// Returns the number od detection elements of the chamber + Int_t GetNDetElem() const {return fNDetElem;} AliMUONSurveyDetElem* GetDetElem(Int_t lDetElemIndex); - - AliSurveyObj* GetSurveyObj() {return fSurveyObj;} + /// Returns the internal AliSurveyObj + AliSurveyObj* GetSurveyObj() const {return fSurveyObj;} virtual void SetLocalTransformation(TGeoCombiTrans *localTrf, Bool_t ownerLocalTrf = kFALSE);