Belle II Software development
CDCDigitizerModule::XTalkInfo Struct Reference

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
 

Detailed Description

Structure for saving the x-talk information.

Definition at line 313 of file CDCDigitizerModule.h.

Constructor & Destructor Documentation

◆ XTalkInfo()

XTalkInfo ( unsigned short  tdc,
unsigned short  adc,
unsigned short  tot,
unsigned short  status 
)
inline

Constructor that initializes all members.

Definition at line 315 of file CDCDigitizerModule.h.

315 :
316 m_tdc(tdc), m_adc(adc), m_tot(tot), m_status(status) {}

Member Data Documentation

◆ m_adc

unsigned short m_adc

ADC count.

Definition at line 318 of file CDCDigitizerModule.h.

◆ m_status

unsigned short m_status

status

Definition at line 320 of file CDCDigitizerModule.h.

◆ m_tdc

unsigned short m_tdc

TDC count.

Definition at line 317 of file CDCDigitizerModule.h.

◆ m_tot

unsigned short m_tot

TOT

Definition at line 319 of file CDCDigitizerModule.h.


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