]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD1.h
Added a custom magnetic field in the FMD Analysis Parameters
[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*/
02a27b50 9// Geometry description and parameters of the FMD1 detector. The FMD1
10// has only one ring. Need to flesh out the support once it's
11// defined
12//
1a1fdef7 13#ifndef ALIFMDDETECTOR_H
14# include "AliFMDDetector.h"
4347b38f 15#endif
1a1fdef7 16class AliFMDRing;
4347b38f 17
1a1fdef7 18//__________________________________________________________________
9f662337 19/** @class AliFMD1 AliFMD1.h <FMD/AliFMD1.h>
c2fc1258 20 @brief Geometry description and parameters of the FMD1 detector.
9f662337 21 The FMD1 has only one ring.
02a27b50 22 @todo Need to flesh out the support once it's defined
c2fc1258 23 @image html FMD1.png
9f662337 24 @ingroup FMD_base
25*/
1a1fdef7 26class AliFMD1 : public AliFMDDetector
4347b38f 27{
4347b38f 28public:
9f662337 29 /** Constructor
30 @param inner Pointer to inner ring description */
1a1fdef7 31 AliFMD1(AliFMDRing* inner);
9f662337 32 /** Destructor */
1a1fdef7 33 virtual ~AliFMD1() {}
9f662337 34 /** Initialize */
f70f588a 35 virtual void Init();
1a1fdef7 36 ClassDef(AliFMD1,1)
4347b38f 37};
38
39#endif
0d0e6995 40//____________________________________________________________________
41//
42// Local Variables:
43// mode: C++
44// End:
4347b38f 45//
46// EOF
47//