X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMD2.h;h=19bfcc1fe0f8e50015e89031d1b049d2d44e8c9b;hb=e71bcde8b29376b30ac2223e7bd36a2146663bb7;hp=a4c30a5314097e04a686c3d04944fa0a98d56fab;hpb=c2fc12580f7bb903a1f061ae3d60882098e8a988;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMD2.h b/FMD/AliFMD2.h index a4c30a53140..19bfcc1fe0f 100644 --- a/FMD/AliFMD2.h +++ b/FMD/AliFMD2.h @@ -8,6 +8,10 @@ @date Sun Mar 26 18:25:28 2006 @brief Geometry parameters of the FMD2 detector. */ +// Geometry parameters of the FMD2 detector. This has two rings. +// Other than that it's fairly straight forward. Needs to make the +// full support stuff. +// #ifndef ALIFMDDETECTOR_H # include "AliFMDDetector.h" #endif @@ -16,17 +20,19 @@ /** @class AliFMD2 AliFMD2.h @brief Geometry parameters of the FMD2 detector. This has two rings. + @todo Flesh out support once it's defined @image html FMD2.png @ingroup FMD_base */ class AliFMD2 : public AliFMDDetector { -protected: public: /** Constructor @param inner Pointer to inner ring description @param outer Pointer to outer ring description */ AliFMD2(AliFMDRing* inner, AliFMDRing* outer); + /** Destructor */ + virtual ~AliFMD2() {} /** Initialize the geometry */ virtual void Init(); ClassDef(AliFMD2, 1);