--- DarthVader/NDLevel2/inc/NDLevel2.h 2006/06/15 14:26:05 1.1.1.1 +++ DarthVader/NDLevel2/inc/NDLevel2.h 2007/03/06 16:22:01 1.5 @@ -1,20 +1,48 @@ -#ifndef NDLevel2_h - -#define NDLevel2_h -#include - -class NDLevel2 : public TObject { - public: - NDLevel2(); - NDLevel2* GetNDLevel2(){return this;}; // << +#include +// + +/** + * \brief ND level2 class + * + * This class contains level2 ND variables + * +**/ +class NDLevel2 : public TObject { + private: + + public: + // + // general variables + // + Int_t unpackError; // emiliano + // + // ND variables + // + Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers + Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers + Float_t trigPhysics; ///< number of neutrons during trigger + // + // constructor + // + NDLevel2();///< Constructor. + // + NDLevel2* GetNDLevel2(){return this;}; // <<