]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD2.h
Made persistent
[u/mrichter/AliRoot.git] / FMD / AliFMD2.h
CommitLineData
4347b38f 1//
2// $Id$
3//
4#ifndef ALIFMD2_H
5#define ALIFMD2_H
6
1a1fdef7 7#ifndef ALIFMDDETECTOR_H
8# include "AliFMDDetector.h"
4347b38f 9#endif
10
088f8e79 11// Geometry description and parameters of the FMD2
12// detector.
13// This has two rings.
1a1fdef7 14class AliFMD2 : public AliFMDDetector
4347b38f 15{
1a1fdef7 16protected:
17public:
18 AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
19 /** Initialize the geometry */
20 virtual void Init();
21 ClassDef(AliFMD2, 1);
4347b38f 22};
23
24#endif
0d0e6995 25//____________________________________________________________________
26//
27// Local Variables:
28// mode: C++
29// End:
30//
4347b38f 31//
32// EOF
33//