X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMD1.h;h=5645bb93e9f9f1e1d443a0de33293e9e3512ecfc;hb=a0f4238b347a64bace3c4d33649a001086618385;hp=9c8f63388ea2214ee36c5cb8fe2183eb8cf77af2;hpb=9f662337ab28768a7b1b10a7048d145ae833eb73;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMD1.h b/FMD/AliFMD1.h index 9c8f63388ea..5645bb93e9f 100644 --- a/FMD/AliFMD1.h +++ b/FMD/AliFMD1.h @@ -1,7 +1,14 @@ #ifndef ALIFMD1_H #define ALIFMD1_H -// -// $Id$ +/* $Id$ */ +/** @file AliFMD1.h + @author Christian Holm Christensen + @date Sun Mar 26 18:00:56 2006 + @brief Declaration of FMD1 declaration +*/ +// Geometry description and parameters of the FMD1 detector. The FMD1 +// has only one ring. Need to flesh out the support once it's +// defined // #ifndef ALIFMDDETECTOR_H # include "AliFMDDetector.h" @@ -10,8 +17,10 @@ class AliFMDRing; //__________________________________________________________________ /** @class AliFMD1 AliFMD1.h - Geometry description and parameters of the FMD1 detector. + @brief Geometry description and parameters of the FMD1 detector. The FMD1 has only one ring. + @todo Need to flesh out the support once it's defined + @image html FMD1.png @ingroup FMD_base */ class AliFMD1 : public AliFMDDetector @@ -23,7 +32,7 @@ public: /** Destructor */ virtual ~AliFMD1() {} /** Initialize */ - virtual void Init() { AliFMDDetector::Init(); } + virtual void Init(); ClassDef(AliFMD1,1) };