]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD1.h
Using AliLog (F.Carminati)
[u/mrichter/AliRoot.git] / FMD / AliFMD1.h
CommitLineData
1a1fdef7 1#ifndef ALIFMD1_H
2#define ALIFMD1_H
4347b38f 3//
4// $Id$
5//
1a1fdef7 6#ifndef ALIFMDDETECTOR_H
7# include "AliFMDDetector.h"
4347b38f 8#endif
1a1fdef7 9class AliFMDRing;
4347b38f 10
1a1fdef7 11//__________________________________________________________________
12/** Geometry description and parameters of the FMD1
13 detector.
14
15 The FMD1 only has one ring.
16*/
17class AliFMD1 : public AliFMDDetector
4347b38f 18{
4347b38f 19public:
1a1fdef7 20 AliFMD1(AliFMDRing* inner);
21 virtual ~AliFMD1() {}
22 virtual void Init() { AliFMDDetector::Init(); }
23 ClassDef(AliFMD1,1)
4347b38f 24};
25
26#endif
0d0e6995 27//____________________________________________________________________
28//
29// Local Variables:
30// mode: C++
31// End:
4347b38f 32//
33// EOF
34//