]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSurveyChamber.h
Adding more bins in QA (Alis)
[u/mrichter/AliRoot.git] / MUON / AliMUONSurveyChamber.h
index 748c287fca21185bf91b9f783f704c0e64026293..0e82099d20cc3546b0fd0c1fd55d8a711f1d855f 100644 (file)
@@ -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);