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... | |
Utilitary namespace to retrieve timing/status information from diamond VFAT frame
|
inline |
Account for MSB/LSB "HW feature" reversal in HPTDC interpolation bits.
Definition at line 23 of file DiamondVFATFrame.h.
Referenced by getLeadingEdgeTime(), and getTrailingEdgeTime().
|
inline |
retrieve the list of error/status flags for the HPTDC when the frame was recorded
Definition at line 42 of file DiamondVFATFrame.h.
References VFATFrame::getData().
Referenced by RawToDigiConverter::run().
|
inline |
get timing information for single leading edge
Definition at line 26 of file DiamondVFATFrame.h.
References correctTime(), VFATFrame::getData(), and ntuplemaker::time.
Referenced by RawToDigiConverter::run().
|
inline |
flag stating whether the HPTDC channel encountered multiple hits
Definition at line 40 of file DiamondVFATFrame.h.
References VFATFrame::getData().
Referenced by RawToDigiConverter::run().
|
inline |
retrieve the threshold voltage for this channel
Definition at line 36 of file DiamondVFATFrame.h.
References VFATFrame::getData().
Referenced by RawToDigiConverter::run().
|
inline |
get timing information for single trailing edge
Definition at line 31 of file DiamondVFATFrame.h.
References correctTime(), VFATFrame::getData(), and ntuplemaker::time.
Referenced by RawToDigiConverter::run().