]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSurveyChamber.h
added verbosity to QA histograms (Yves)
[u/mrichter/AliRoot.git] / MUON / AliMUONSurveyChamber.h
index 3b5e575afaf15c9a4758a47943eeffa23471daa6..0e82099d20cc3546b0fd0c1fd55d8a711f1d855f 100644 (file)
@@ -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);