]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.h
Connection to tree in Notify() seems to be safer.
[u/mrichter/AliRoot.git] / FMD / AliFMD1.h
index 29c295962cd8182cbf9b2045d22db346e96e0a86..5645bb93e9f9f1e1d443a0de33293e9e3512ecfc 100644 (file)
@@ -1,7 +1,14 @@
 #ifndef ALIFMD1_H
 #define ALIFMD1_H
-//
-// $Id$
+/* $Id$ */
+/** @file    AliFMD1.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:00:56 2006
+    @brief   Declaration of FMD1 declaration     
+*/
+// Geometry description and parameters of the FMD1 detector. The FMD1
+// has only one ring.     Need to flesh out the support once it's
+// defined 
 //
 #ifndef ALIFMDDETECTOR_H
 # include "AliFMDDetector.h"
 class AliFMDRing;
 
 //__________________________________________________________________
-/** Geometry description and parameters of the FMD1
-    detector. 
-    
-    The FMD1 only has one ring.     
+/** @class AliFMD1 AliFMD1.h <FMD/AliFMD1.h>
+    @brief Geometry description and parameters of the FMD1 detector. 
+    The FMD1 has only one ring.     
+    @todo Need to flesh out the support once it's defined 
+    @image html FMD1.png 
+    @ingroup FMD_base
 */
 class AliFMD1 : public AliFMDDetector 
 {
 public:
+  /** Constructor 
+      @param inner Pointer to inner ring description  */
   AliFMD1(AliFMDRing* inner);
+  /** Destructor */
   virtual ~AliFMD1() {}
-  virtual void Init() { AliFMDDetector::Init(); }
+  /** Initialize */
+  virtual void Init();
   ClassDef(AliFMD1,1)
 };