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