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 79 of file CDCCrossTalkAdderModule.h.
|
inline |
Constructor that initializes all members.
Definition at line 81 of file CDCCrossTalkAdderModule.h.
unsigned short m_adc |
ADC count.
Definition at line 84 of file CDCCrossTalkAdderModule.h.
unsigned short m_status |
status
Definition at line 86 of file CDCCrossTalkAdderModule.h.
unsigned short m_tdc |
TDC count.
Definition at line 83 of file CDCCrossTalkAdderModule.h.
unsigned short m_tot |
TOT
Definition at line 85 of file CDCCrossTalkAdderModule.h.