]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt2GeometryBuilderV2.h
Adding CreateIterator(void) and GetNeighbours() pure virtual methods,
[u/mrichter/AliRoot.git] / MUON / AliMUONSt2GeometryBuilderV2.h
index 97b1626c04dc8cf0dea9cb0d09ddc6580fffdd7f..b3eeebdcbc24c5d4888f462fe3833f8c93a89596 100644 (file)
@@ -4,12 +4,12 @@
 // $Id$
 // Revision of includes 07/05/2004
 //
-// Class AliMUONSt2GeometryBuilderV2
-// -----------------------------
-// MUON Station2 geometry construction class.
-//
-// Author: SANJOY PAL ,Prof. SUKALYAN CHATTOPADHAYAY  [SINP, KOLKATA]
-//         &  Dr.SHAKEEL AHMAD (AMU), INDIA
+/// \ingroup sim
+/// \class AliMUONSt2GeometryBuilderV2
+/// \brief MUON Station2 detailed geometry construction class
+///
+/// Authors: SANJOY PAL ,Prof. SUKALYAN CHATTOPADHAYAY  [SINP, KOLKATA]
+///         &  Dr.SHAKEEL AHMAD (AMU), INDIA
 
 #ifndef ALI_MUON_ST2_GEOMETRY_BUILDER_V2_H
 #define ALI_MUON_ST2_GEOMETRY_BUILDER_V2_H
@@ -31,15 +31,15 @@ class AliMUONSt2GeometryBuilderV2 : public AliMUONVGeometryBuilder
     virtual void SetSensitiveVolumes();
     
   protected:
+    
+  private:
     AliMUONSt2GeometryBuilderV2(const AliMUONSt2GeometryBuilderV2& rhs);
 
     // operators  
     AliMUONSt2GeometryBuilderV2& operator = (const AliMUONSt2GeometryBuilderV2& rhs);
-    
-  private:
-     AliMUON*  fMUON; // the MUON detector class 
+     AliMUON*  fMUON; ///< the MUON detector class 
         
-  ClassDef(AliMUONSt2GeometryBuilderV2,1) // MUON chamber geometry base class
+  ClassDef(AliMUONSt2GeometryBuilderV2,1) //MUON Station2 detailed geometry construction class
 };
 
 #endif //ALI_MUON_ST2_GEOMETRY_BUILDER_V2_H