#include <SRSDataStructs.hpp>
Public Attributes | |
bool | is_over_threshold = false |
whether the hit data is over the threshould | |
uint8_t | channel_num {} |
Channel number. | |
uint8_t | tdc {} |
TDC value. | |
uint8_t | offset {} |
Offset value. | |
uint8_t | vmm_id {} |
VMM ID. | |
uint16_t | adc {} |
ADC value. | |
uint16_t | bc_id {} |
BC ID. | |
Definition at line 35 of file SRSDataStructs.hpp.
uint16_t srs::HitData::adc {} |
ADC value.
Definition at line 42 of file SRSDataStructs.hpp.
uint16_t srs::HitData::bc_id {} |
BC ID.
Definition at line 43 of file SRSDataStructs.hpp.
uint8_t srs::HitData::channel_num {} |
Channel number.
Definition at line 38 of file SRSDataStructs.hpp.
bool srs::HitData::is_over_threshold = false |
whether the hit data is over the threshould
Definition at line 37 of file SRSDataStructs.hpp.
uint8_t srs::HitData::offset {} |
Offset value.
Definition at line 40 of file SRSDataStructs.hpp.
uint8_t srs::HitData::tdc {} |
TDC value.
Definition at line 39 of file SRSDataStructs.hpp.
uint8_t srs::HitData::vmm_id {} |
VMM ID.
Definition at line 41 of file SRSDataStructs.hpp.