]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/AliFMD2.h
Replacing array of objects by array of pointers
[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 /** Geometry description and parameters of the FMD2
12     detector. 
13 */
14 class AliFMD2 : public AliFMDDetector 
15 {
16 protected: 
17 public: 
18   AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
19   /** Initialize the geometry */
20   virtual void Init();
21   ClassDef(AliFMD2, 1);
22 };
23
24 #endif
25 //____________________________________________________________________
26 //
27 // Local Variables:
28 //   mode: C++
29 // End:
30 //
31 //
32 // EOF
33 //