/** @file * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/endrun/TBEndRun.h,v $ * $Id: TBEndRun.h,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $ * $Author: mocchiut $ * * Header file for the TBEndRun class. */ #ifndef TB_END_RUN_H #define TB_END_RUN_H #include "../SubPacket.h" namespace pamela { /** * TBEndRun data Wrapper */ class TBEndRun: public TObject { private: public: UINT32 TB_ALARM_MASK; UINT32 TB_PMT_MASK_S3S2S12; UINT32 TB_PMT_MASK_S11CRC; UINT16 TB_S4_CAL_MASK; UINT32 TB_BUSY_MASK; UINT32 TB_TRIG_CONF; TBEndRun(void); ~TBEndRun(void){}; ClassDef(TBEndRun, 2) }; } #endif /* TB_END_RUN_H */