]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD2.h
Updates for better DQM.
[u/mrichter/AliRoot.git] / FMD / AliFMD2.h
CommitLineData
4347b38f 1//
2// $Id$
3//
4#ifndef ALIFMD2_H
5#define ALIFMD2_H
c2fc1258 6/** @file AliFMD2.h
7 @author Christian Holm Christensen <cholm@nbi.dk>
8 @date Sun Mar 26 18:25:28 2006
9 @brief Geometry parameters of the FMD2 detector.
10*/
02a27b50 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//
1a1fdef7 15#ifndef ALIFMDDETECTOR_H
16# include "AliFMDDetector.h"
4347b38f 17#endif
18
9f662337 19//____________________________________________________________________
20/** @class AliFMD2 AliFMD2.h <FMD/AliFMD2.h>
c2fc1258 21 @brief Geometry parameters of the FMD2 detector.
22 This has two rings.
02a27b50 23 @todo Flesh out support once it's defined
c2fc1258 24 @image html FMD2.png
9f662337 25 @ingroup FMD_base
26*/
1a1fdef7 27class AliFMD2 : public AliFMDDetector
4347b38f 28{
1a1fdef7 29public:
9f662337 30 /** Constructor
31 @param inner Pointer to inner ring description
32 @param outer Pointer to outer ring description */
1a1fdef7 33 AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
02a27b50 34 /** Destructor */
35 virtual ~AliFMD2() {}
1a1fdef7 36 /** Initialize the geometry */
37 virtual void Init();
38 ClassDef(AliFMD2, 1);
4347b38f 39};
40
41#endif
0d0e6995 42//____________________________________________________________________
43//
44// Local Variables:
45// mode: C++
46// End:
47//
4347b38f 48//
49// EOF
50//