|
epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
|
Raw decoded hit data from an ALCOR TDC channel. More...
#include <alcor_finedata.h>
Public Member Functions | |
| alcor_finedata_struct ()=default | |
| Default constructor. | |
| alcor_finedata_struct (uint32_t rollover_, uint16_t coarse_, uint8_t fine_, float hit_x_, float hit_y_, uint32_t global_index_, uint32_t hit_mask_) | |
| Constructor from individual values. | |
| alcor_finedata_struct (const alcor_data_struct &d) | |
| Construct from a raw alcor_data_struct. | |
Raw decoded hit data from an ALCOR TDC channel.
Holds the timing components (rollover, coarse, fine) and the calibration index used to look up the corresponding fine-time calibration parameters.
| alcor_finedata_struct::alcor_finedata_struct | ( | const alcor_data_struct & | d | ) |
Construct from a raw alcor_data_struct.
| d | Raw data word to decode into timing components. |