SRS-control 0.1.4
 
Loading...
Searching...
No Matches
srs::HitData Struct Reference

#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.
 

Detailed Description

Definition at line 35 of file SRSDataStructs.hpp.

Member Data Documentation

◆ adc

uint16_t srs::HitData::adc {}

ADC value.

Definition at line 42 of file SRSDataStructs.hpp.

◆ bc_id

uint16_t srs::HitData::bc_id {}

BC ID.

Definition at line 43 of file SRSDataStructs.hpp.

◆ channel_num

uint8_t srs::HitData::channel_num {}

Channel number.

Definition at line 38 of file SRSDataStructs.hpp.

◆ is_over_threshold

bool srs::HitData::is_over_threshold = false

whether the hit data is over the threshould

Definition at line 37 of file SRSDataStructs.hpp.

◆ offset

uint8_t srs::HitData::offset {}

Offset value.

Definition at line 40 of file SRSDataStructs.hpp.

◆ tdc

uint8_t srs::HitData::tdc {}

TDC value.

Definition at line 39 of file SRSDataStructs.hpp.

◆ vmm_id

uint8_t srs::HitData::vmm_id {}

VMM ID.

Definition at line 41 of file SRSDataStructs.hpp.


The documentation for this struct was generated from the following file: