--- DarthVader/TriggerLevel2/inc/TrigLevel2.h 2006/11/09 17:05:49 1.7 +++ DarthVader/TriggerLevel2/inc/TrigLevel2.h 2007/03/01 10:27:36 1.8 @@ -1,3 +1,9 @@ +/** + * \file TrigLevel2.h + * \author Gianfranca DeRosa / Wolfgang Menn + */ + + #ifndef TrigLevel2_h #define TrigLevel2_h // @@ -6,21 +12,27 @@ #include +/** + * \brief Class which contains the Trigger data + * + */ + class TrigLevel2 : public TObject { private: public: - UInt_t evcount; - UInt_t pmtpl[3]; - UInt_t trigrate[6]; - UInt_t dltime[2]; - UInt_t s4calcount[2]; - UInt_t pmtcount1[24]; - UInt_t pmtcount2[24]; - UInt_t patternbusy[3]; - UInt_t patterntrig[6]; - UInt_t trigconf; - Int_t unpackError; + + UInt_t evcount; /// TOF1 + Int_t unpackError; ///