]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD2.cxx
coding conventions, compilation warnings, code cleanup
[u/mrichter/AliRoot.git] / FMD / AliFMD2.cxx
index 6f355dcfc15e92a40346b10905af39fe20d45f53..37b9ebb5d3cc869422d1e6167aef07d967de043a 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-
 /* $Id$ */
-
+/** @file    AliFMD2.cxx
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:25:51 2006
+    @brief   Concrete implementation of AliFMDDetector for FMD2
+*/
 //____________________________________________________________________
 //                                                                          
 // Concrete implementation of AliFMDDetector 
 // The FMD2 has two ring, one of both types. 
 // FMD2 is mounted on the space-frame via 4 flanges
 // Support is not fleshed ot yet. 
+// Support will be simple compared to FMD3.
 //
 #include "AliFMD2.h"           // ALIFMD2_H 
-#include "AliFMDRing.h"                // ALIFMDRING_H 
+// #include "AliFMDRing.h"             // ALIFMDRING_H 
 
 //====================================================================
 ClassImp(AliFMD2)