]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD3.h
New features, summary plots etc. The DA's now write out calibration parameters in...
[u/mrichter/AliRoot.git] / FMD / AliFMD3.h
index 9a24496b0f69f6f1daf4d7de777fe98b08dbeede..50a0322d2f1885cb63ad38648b97d395fd26fd49 100644 (file)
@@ -3,19 +3,34 @@
 //
 #ifndef ALIFMD3_H
 #define ALIFMD3_H
-
+/** @file    AliFMD3.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:23:48 2006
+    @brief   Geometry parameters of the FMD3 detector. 
+*/
+// Geometry parameters of the FMD3 detector. FMD3 has a fairly
+// complicated support structure.  The cone also supports the
+// beam-pipe. 
+// 
 #ifndef ALIFMDDETECTOR_H
 # include "AliFMDDetector.h"
 #endif
 
-/** Geometry description and parameters of the FMD3 detector.
-    
-    FMD3 has a fairly complicated support structure 
+/** @class AliFMD3 AliFMD3.h <FMD/AliFMD3.h> 
+    @brief Geometry parameters of the FMD3 detector. 
+    FMD3 has a fairly complicated support structure.  The cone also
+    supports the beam-pipe.
+    @image html FMD3.png 
+    @ingroup FMD_base
 */
 class AliFMD3 : public AliFMDDetector 
 {
 public: 
+  /** Constructor 
+      @param inner Pointer to inner ring description 
+      @param outer Pointer to outer ring description */
   AliFMD3(AliFMDRing* inner, AliFMDRing* outer);
+  /** Destructor */
   virtual ~AliFMD3(){}
 
   /** Initialize the geometry */
@@ -38,7 +53,7 @@ public:
   /** @param t Thickness of support beams */
   void SetBeamThickness(Double_t t=.5) { fBeamThickness = t; }
   /** @param w Width of support beams */
-  void SetBeamWidth(Double_t w=6) { fBeamWidth = w; }
+  void SetBeamWidth(Double_t w=5) { fBeamWidth = w; }
   /** @param l Length of the cone in Z */
   void SetConeLength(Double_t l=30.9) { fConeLength = l; }
   /** @param r Outer radius of flanges */