]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD2.h
Added a lot of Doxygen documentation
[u/mrichter/AliRoot.git] / FMD / AliFMD2.h
index 138c26b5855b414222482ddcc49656090f9a5a13..bccb449e1f238296b71f35c3bd5902f959852d5e 100644 (file)
@@ -8,13 +8,18 @@
 # include "AliFMDDetector.h"
 #endif
 
-// Geometry description and parameters of the FMD2
-// detector. 
-// This has two rings. 
+//____________________________________________________________________
+/** @class AliFMD2 AliFMD2.h <FMD/AliFMD2.h>
+    Geometry parameters of the FMD2 detector. This has two rings. 
+    @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();