Belle II Software development
|
Structure for saving the x-talk information. More...
Public Member Functions | |
XTalkInfo (unsigned short tdc, unsigned short adc, unsigned short tot, unsigned short status) | |
Constructor that initializes all members. | |
Public Attributes | |
unsigned short | m_tdc |
TDC count. | |
unsigned short | m_adc |
ADC count. | |
unsigned short | m_tot |
TOT | |
unsigned short | m_status |
status | |
Structure for saving the x-talk information.
Definition at line 313 of file CDCDigitizerModule.h.
|
inline |
Constructor that initializes all members.
Definition at line 315 of file CDCDigitizerModule.h.
unsigned short m_adc |
ADC count.
Definition at line 318 of file CDCDigitizerModule.h.
unsigned short m_status |
status
Definition at line 320 of file CDCDigitizerModule.h.
unsigned short m_tdc |
TDC count.
Definition at line 317 of file CDCDigitizerModule.h.
unsigned short m_tot |
TOT
Definition at line 319 of file CDCDigitizerModule.h.