]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD2.h
Added documentation of each file.
[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*/
1a1fdef7 11#ifndef ALIFMDDETECTOR_H
12# include "AliFMDDetector.h"
4347b38f 13#endif
14
9f662337 15//____________________________________________________________________
16/** @class AliFMD2 AliFMD2.h <FMD/AliFMD2.h>
c2fc1258 17 @brief Geometry parameters of the FMD2 detector.
18 This has two rings.
19 @image html FMD2.png
9f662337 20 @ingroup FMD_base
21*/
1a1fdef7 22class AliFMD2 : public AliFMDDetector
4347b38f 23{
1a1fdef7 24protected:
25public:
9f662337 26 /** Constructor
27 @param inner Pointer to inner ring description
28 @param outer Pointer to outer ring description */
1a1fdef7 29 AliFMD2(AliFMDRing* inner, AliFMDRing* outer);
30 /** Initialize the geometry */
31 virtual void Init();
32 ClassDef(AliFMD2, 1);
4347b38f 33};
34
35#endif
0d0e6995 36//____________________________________________________________________
37//
38// Local Variables:
39// mode: C++
40// End:
41//
4347b38f 42//
43// EOF
44//