]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD2.h
Added documentation of each file.
[u/mrichter/AliRoot.git] / FMD / AliFMD2.h
index b0a0711a302ee8bb07aac77020248d97a77b981f..a4c30a5314097e04a686c3d04944fa0a98d56fab 100644 (file)
@@ -3,18 +3,29 @@
 //
 #ifndef ALIFMD2_H
 #define ALIFMD2_H
-
+/** @file    AliFMD2.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:25:28 2006
+    @brief   Geometry parameters of the FMD2 detector. 
+*/
 #ifndef ALIFMDDETECTOR_H
 # include "AliFMDDetector.h"
 #endif
 
-/** Geometry description and parameters of the FMD2
-    detector. 
+//____________________________________________________________________
+/** @class AliFMD2 AliFMD2.h <FMD/AliFMD2.h>
+    @brief Geometry parameters of the FMD2 detector. 
+    This has two rings. 
+    @image html FMD2.png 
+    @ingroup FMD_base
 */
 class AliFMD2 : public AliFMDDetector 
 {
 protected: 
 public: 
+  /** Constructor 
+      @param inner Pointer to inner ring description 
+      @param outer Pointer to outer ring description */
   AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
   /** Initialize the geometry */
   virtual void Init();