]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.h
Use standard cuts.
[u/mrichter/AliRoot.git] / FMD / AliFMD1.h
index 89395d00710c4197065464c16b5920d9f895f54e..5645bb93e9f9f1e1d443a0de33293e9e3512ecfc 100644 (file)
@@ -6,7 +6,10 @@
     @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"
 #endif
@@ -16,6 +19,7 @@ class AliFMDRing;
 /** @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
 */
@@ -28,7 +32,7 @@ public:
   /** Destructor */
   virtual ~AliFMD1() {}
   /** Initialize */
-  virtual void Init() { AliFMDDetector::Init(); }
+  virtual void Init();
   ClassDef(AliFMD1,1)
 };