Public Types |
enum | { DeadTimeMask = 0x00002fff,
DeadTimeCauseMask = 0x001fc000,
DeadTimeCauseShift = 14
} |
Public Methods |
| SubSystemHeader () |
virtual | ~SubSystemHeader () |
void | Clean (Option_t *option="") |
UInt_t | getEventId () |
void | setEventId (unsigned int id) |
UInt_t | getTimerWord () |
void | setTimerWord (unsigned int time) |
UInt_t | getTreqStatus () |
void | setTreqStatus (unsigned int stat) |
UInt_t | getDeadTime () |
UChar_t | getDeadTimeCause () |
UInt_t | getDeadTimeAndCause () |
void | setDeadTimeAndCause (unsigned int t) |
Protected Attributes |
UInt_t | m_eventId |
UInt_t | m_timerWord |
UInt_t | m_TREQ_VETO_status |
UInt_t | m_deadtime_and_cause |