AliRoot Core  edcc906 (edcc906)
AliFMD1.h
Go to the documentation of this file.
1 #ifndef ALIFMD1_H
2 #define ALIFMD1_H
3 /* $Id$ */
9 // Geometry description and parameters of the FMD1 detector. The FMD1
10 // has only one ring. Need to flesh out the support once it's
11 // defined
12 //
13 #ifndef ALIFMDDETECTOR_H
14 # include "AliFMDDetector.h"
15 #endif
16 class AliFMDRing;
17 
18 //__________________________________________________________________
26 class AliFMD1 : public AliFMDDetector
27 {
28 public:
31  AliFMD1(AliFMDRing* inner);
33  virtual ~AliFMD1() {}
35  virtual void Init();
36  ClassDef(AliFMD1,1)
37 };
38 
39 #endif
40 //____________________________________________________________________
41 //
42 // Local Variables:
43 // mode: C++
44 // End:
45 //
46 // EOF
47 //
Base class for the geometry description and parameters of the FMD sub detectors FMD1, FMD2, and FMD3.
virtual void Init()
Definition: AliFMD1.cxx:57
virtual ~AliFMD1()
Definition: AliFMD1.h:33
Geometry description and parameters of the FMD1 detector. The FMD1 has only one ring.
Definition: AliFMD1.h:26
AliFMD1(AliFMDRing *inner)
Definition: AliFMD1.cxx:43
Geometry description and parameters of a ring in the FMD detector.
Definition: AliFMDRing.h:41
Sub-detector base class declaration.