Functions | |
uint32_t | correctTime (const uint32_t &time) |
Account for MSB/LSB "HW feature" reversal in HPTDC interpolation bits. More... | |
VFATFrame::word | getHptdcErrorFlag (const VFATFrame &frame) |
retrieve the list of error/status flags for the HPTDC when the frame was recorded More... | |
uint32_t | getLeadingEdgeTime (const VFATFrame &frame) |
get timing information for single leading edge More... | |
VFATFrame::word | getMultihit (const VFATFrame &frame) |
flag stating whether the HPTDC channel encountered multiple hits More... | |
uint32_t | getThresholdVoltage (const VFATFrame &frame) |
retrieve the threshold voltage for this channel More... | |
uint32_t | getTrailingEdgeTime (const VFATFrame &frame) |
get timing information for single trailing edge More... | |
|
inline |
Account for MSB/LSB "HW feature" reversal in HPTDC interpolation bits.
Definition at line 29 of file DiamondVFATFrame.h.
|
inline |
retrieve the list of error/status flags for the HPTDC when the frame was recorded
Definition at line 48 of file DiamondVFATFrame.h.
Referenced by RawToDigiConverter::run().
|
inline |
get timing information for single leading edge
Definition at line 32 of file DiamondVFATFrame.h.
Referenced by RawToDigiConverter::run().
|
inline |
flag stating whether the HPTDC channel encountered multiple hits
Definition at line 46 of file DiamondVFATFrame.h.
Referenced by RawToDigiConverter::run().
|
inline |
retrieve the threshold voltage for this channel
Definition at line 42 of file DiamondVFATFrame.h.
References amptDefault_cfi::frame.
Referenced by RawToDigiConverter::run().
|
inline |
get timing information for single trailing edge
Definition at line 37 of file DiamondVFATFrame.h.
Referenced by RawToDigiConverter::run().