AliRoot Core  edcc906 (edcc906)
AliFMD2.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 #ifndef ALIFMD2_H
5 #define ALIFMD2_H
6 
11 // Geometry parameters of the FMD2 detector. This has two rings.
12 // Other than that it's fairly straight forward. Needs to make the
13 // full support stuff.
14 //
15 #ifndef ALIFMDDETECTOR_H
16 # include "AliFMDDetector.h"
17 #endif
18 
19 //____________________________________________________________________
27 class AliFMD2 : public AliFMDDetector
28 {
29 public:
33  AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
35  virtual ~AliFMD2() {}
37  virtual void Init();
38  ClassDef(AliFMD2, 1);
39 };
40 
41 #endif
42 //____________________________________________________________________
43 //
44 // Local Variables:
45 // mode: C++
46 // End:
47 //
48 //
49 // EOF
50 //
Base class for the geometry description and parameters of the FMD sub detectors FMD1, FMD2, and FMD3.
virtual void Init()
Definition: AliFMD2.cxx:60
virtual ~AliFMD2()
Definition: AliFMD2.h:35
Geometry description and parameters of a ring in the FMD detector.
Definition: AliFMDRing.h:41
AliFMD2(AliFMDRing *inner, AliFMDRing *outer)
Definition: AliFMD2.cxx:42
Geometry parameters of the FMD2 detector. This has two rings.
Definition: AliFMD2.h:27
Sub-detector base class declaration.