]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONContourHandler.h
Histo ranges update for TDC centered around 0
[u/mrichter/AliRoot.git] / MUON / AliMUONContourHandler.h
index 9f7771ebcce8aa61cee90a7d4a86576908a73eb3..0604aaddf9bfeb25999ca61d7de79cf0f7fedb64 100644 (file)
@@ -29,19 +29,23 @@ public:
   
   Bool_t Adopt(AliMUONContour* contour); 
   
+  /// Get all the contours as a map
   TMap* AllContourMap() const { return fAllContourMap; }
   
+  /// Get all the contours as an array
   TObjArray* AllContourArray() const { return fAllContourArray; }
   
   AliMUONContour* GetContour(const char* contourname) const;
   
+  /// Get detection element geometrical transformations
   AliMpExMap* GetTransformations() const { return fTransformations; }
   
   void Print(Option_t* opt="") const;
   
 private:
-  
+  /// Not implemented
   AliMUONContourHandler(const AliMUONContourHandler& rhs);
+  /// Not implemented
   AliMUONContourHandler& operator=(const AliMUONContourHandler& rhs);
   
   AliMpExMap* GenerateTransformations(Bool_t exploded);
@@ -51,9 +55,9 @@ private:
   void GenerateAllContours(const TObjArray& manuContours);  
   
 private:
-  AliMpExMap* fTransformations; //< transformations used to go from local to global coordinates
-  TMap* fAllContourMap; //< all (i.e. manus,  buspatches, detection elements, etc..) contours
-  TObjArray* fAllContourArray; //< all contours, ordered by hierarchy level
+  AliMpExMap* fTransformations; ///< transformations used to go from local to global coordinates
+  TMap* fAllContourMap; ///< all (i.e. manus,  buspatches, detection elements, etc..) contours
+  TObjArray* fAllContourArray; ///< all contours, ordered by hierarchy level
   
   ClassDef(AliMUONContourHandler,1) // MUON tracker contour holder
 };