X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSurveyChamber.h;h=0e82099d20cc3546b0fd0c1fd55d8a711f1d855f;hb=db72ff3bec9258862c8a2e878d78109173840ffe;hp=3b5e575afaf15c9a4758a47943eeffa23471daa6;hpb=f7d36813e09f560e4d5bfd49acb80ab266fd97af;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSurveyChamber.h b/MUON/AliMUONSurveyChamber.h index 3b5e575afaf..0e82099d20c 100644 --- a/MUON/AliMUONSurveyChamber.h +++ b/MUON/AliMUONSurveyChamber.h @@ -28,13 +28,15 @@ 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); + /// Returns the number od detection elements of the chamber Int_t GetNDetElem() const {return fNDetElem;} AliMUONSurveyDetElem* GetDetElem(Int_t lDetElemIndex); - + /// Returns the internal AliSurveyObj AliSurveyObj* GetSurveyObj() const {return fSurveyObj;} virtual void SetLocalTransformation(TGeoCombiTrans *localTrf, Bool_t ownerLocalTrf = kFALSE);