]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/AliFMD2.h
Removed some unused code
[u/mrichter/AliRoot.git] / FMD / AliFMD2.h
1 //
2 // $Id$
3 //
4 #ifndef ALIFMD2_H
5 #define ALIFMD2_H
6
7 #ifndef ALIFMDDETECTOR_H
8 # include "AliFMDDetector.h"
9 #endif
10
11 //____________________________________________________________________
12 /** @class AliFMD2 AliFMD2.h <FMD/AliFMD2.h>
13     Geometry parameters of the FMD2 detector. This has two rings. 
14     @ingroup FMD_base
15 */
16 class AliFMD2 : public AliFMDDetector 
17 {
18 protected: 
19 public: 
20   /** Constructor 
21       @param inner Pointer to inner ring description 
22       @param outer Pointer to outer ring description */
23   AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
24   /** Initialize the geometry */
25   virtual void Init();
26   ClassDef(AliFMD2, 1);
27 };
28
29 #endif
30 //____________________________________________________________________
31 //
32 // Local Variables:
33 //   mode: C++
34 // End:
35 //
36 //
37 // EOF
38 //