]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.cxx
Using AliGeomManager in the macros (Raffaele)
[u/mrichter/AliRoot.git] / FMD / AliFMD1.cxx
index bb2b038c6227f1aae28efe79156602ccb560c6ec..bc8956352d04d0b3c6ae573a6dc5192c3be83edc 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-
 /* $Id$ */
-
+/** @file    AliFMD1.cxx
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:00:23 2006
+    @brief   Implementation of FMD1 parameters 
+*/
 //____________________________________________________________________
 //                                                                          
 // Concrete implementation of AliFMDDetector 
 //
-// This implements the geometry for FMD1 
+// This implements the geometry for FMD1.  
+// FMD1 has only one ring, of type `inner'.  
+// It is sitting at z=320.
+// It is the FMD ring with highest eta.  
+// FMD1 currently has no support defined. 
 //
 #include "AliFMD1.h"           // ALIFMD1_H 
-#include "AliFMDRing.h"                // ALIFMDRING_H 
+// #include "AliFMDRing.h"             // ALIFMDRING_H 
 
 
 //====================================================================