]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt2GeometryBuilder.h
o add Reset function to CalPad and CalROC o Add functionality to AliTPCdataQA - Reset...
[u/mrichter/AliRoot.git] / MUON / AliMUONSt2GeometryBuilder.h
index 985220ab26a2d71875497fb087f7c5e924572ea0..92fe8ae7c734d3c046e9f763126dedf3565e694d 100644 (file)
@@ -4,11 +4,12 @@
 // $Id$
 // Revision of includes 07/05/2004
 //
-// Class AliMUONSt2GeometryBuilder
-// -----------------------------
-// MUON Station2 geometry construction class.
-//
-// Author: Ivana Hrivnacova, IPN Orsay
+/// \ingroup sim
+/// \class AliMUONSt2GeometryBuilder
+/// \brief MUON Station2 coarse geometry construction class
+///
+/// Extracted from AliMUONv1
+/// by Ivana Hrivnacova, IPN Orsay
 
 #ifndef ALI_MUON_ST2_GEOMETRY_BUILDER_H
 #define ALI_MUON_ST2_GEOMETRY_BUILDER_H
@@ -26,19 +27,19 @@ class AliMUONSt2GeometryBuilder : public AliMUONVGeometryBuilder
   
     // methods
     virtual void CreateGeometry();
+    virtual void SetVolumes();
     virtual void SetTransformations();
     virtual void SetSensitiveVolumes();
     
-  protected:
+  private:
+    /// Not implemented
     AliMUONSt2GeometryBuilder(const AliMUONSt2GeometryBuilder& rhs);
-
-    // operators  
+    /// Not implemented
     AliMUONSt2GeometryBuilder& operator = (const AliMUONSt2GeometryBuilder& rhs);
-    
-  private:
-     AliMUON*  fMUON; // the MUON detector class 
+
+    AliMUON*  fMUON; ///< the MUON detector class 
         
-  ClassDef(AliMUONSt2GeometryBuilder,1) // MUON chamber geometry base class
+  ClassDef(AliMUONSt2GeometryBuilder,1) // MUON Station2 coarse geometry construction class
 };
 
 #endif //ALI_MUON_ST2_GEOMETRY_BUILDER_H