]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/AliFMD3.h
Added AliFMD3Support class
[u/mrichter/AliRoot.git] / FMD / AliFMD3.h
1 //
2 // $Id$
3 //
4 #ifndef ALIFMD3_H
5 #define ALIFMD3_H
6
7 #ifndef ALIFMDSUBDETECTOR_H
8 # include "AliFMDSubDetector.h"
9 #endif
10 #ifndef ALIFMD3SUPPORT_H
11 # include "AliFMD3Support.h"
12 #endif
13
14 class AliFMD3 : public AliFMDSubDetector 
15 {
16 public:
17   AliFMD3();
18   virtual ~AliFMD3();
19   virtual void   SetupGeometry(Int_t airId, Int_t alId, Int_t cId=0);  
20   virtual void   Geometry(const char* mother, Int_t pbRotId, 
21                           Int_t idRotId, Double_t z=0);
22   virtual void   SimpleGeometry(TList* nodes, TNode* mother, 
23                                 Int_t colour, Double_t zMother);
24   virtual void   Gsatt();
25 protected:
26   Int_t          fVolumeId;  // Volume ID
27   AliFMD3Support fSupport;   // Support for FMD3 
28   ClassDef(AliFMD3,2);       // Geometry of FMD3 
29 };
30
31 #endif
32 //____________________________________________________________________
33 //
34 // Local Variables:
35 //   mode: C++
36 // End:
37 //
38 //
39 // EOF
40 //