]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD1.h
Correct raw data reconstruction in case of trigger
[u/mrichter/AliRoot.git] / FMD / AliFMD1.h
CommitLineData
1a1fdef7 1#ifndef ALIFMD1_H
2#define ALIFMD1_H
c2fc1258 3/* $Id$ */
4/** @file AliFMD1.h
5 @author Christian Holm Christensen <cholm@nbi.dk>
6 @date Sun Mar 26 18:00:56 2006
7 @brief Declaration of FMD1 declaration
8*/
9
1a1fdef7 10#ifndef ALIFMDDETECTOR_H
11# include "AliFMDDetector.h"
4347b38f 12#endif
1a1fdef7 13class AliFMDRing;
4347b38f 14
1a1fdef7 15//__________________________________________________________________
9f662337 16/** @class AliFMD1 AliFMD1.h <FMD/AliFMD1.h>
c2fc1258 17 @brief Geometry description and parameters of the FMD1 detector.
9f662337 18 The FMD1 has only one ring.
c2fc1258 19 @image html FMD1.png
9f662337 20 @ingroup FMD_base
21*/
1a1fdef7 22class AliFMD1 : public AliFMDDetector
4347b38f 23{
4347b38f 24public:
9f662337 25 /** Constructor
26 @param inner Pointer to inner ring description */
1a1fdef7 27 AliFMD1(AliFMDRing* inner);
9f662337 28 /** Destructor */
1a1fdef7 29 virtual ~AliFMD1() {}
9f662337 30 /** Initialize */
1a1fdef7 31 virtual void Init() { AliFMDDetector::Init(); }
32 ClassDef(AliFMD1,1)
4347b38f 33};
34
35#endif
0d0e6995 36//____________________________________________________________________
37//
38// Local Variables:
39// mode: C++
40// End:
4347b38f 41//
42// EOF
43//