Public Types |
enum | { DeadTimeMask = 0x00002fff,
DeadTimeCauseMask = 0x001fc000,
DeadTimeCauseShift = 14
} |
Public Methods |
| L1T () |
| L1T (Int_t trigCount, Int_t trigTimeValue, Int_t xCapture, Int_t yCapture, UShort_t vetoCapture, UChar_t deadTimeCause, UShort_t deadTime) |
virtual | ~L1T () |
void | Clean () |
Int_t | getTrigCount () |
Int_t | getTrigTime () |
Int_t | getXCapture () |
Int_t | getYCapture () |
UShort_t | getVetoCapture () |
UInt_t | getDeadTimeAndCause () |
UChar_t | getDeadTimeCause () |
UShort_t | getDeadTime () |
void | setTrigCount (Int_t newVal) |
void | setTrigTime (Int_t newVal) |
void | setXCapture (Int_t newVal) |
void | setYCapture (Int_t newVal) |
void | setVetoCapture (UShort_t newVal) |
void | setDeadTimeAndCause (UInt_t newVal) |
Private Attributes |
UInt_t | m_trigCount |
UInt_t | m_trigTimeValue |
UInt_t | m_xCapture |
UInt_t | m_yCapture |
UShort_t | m_vetoCapture |
UInt_t | m_deadTimeAndCause |
UChar_t | m_deadTimeCause |
UShort_t | m_deadTime |