 |
Belle II Software
release-05-02-19
|
11 #ifndef CDCCHANNELDATA_H
12 #define CDCCHANNELDATA_H
29 class CDCChannelData {
40 inline CDCChannelData(
int board,
int ch,
int len,
int tot,
41 int adc,
int tdc,
int tdc2)
164 unsigned short m_tot;
169 unsigned short m_adc;
174 unsigned short m_tdc;
192 #endif // CDCCHANNELDATA_H
unsigned short m_board
Board ID (0-300).
unsigned short getTDCCount() const
Get the TDC.
void setTDC2ndHit(int tdc)
Set 2nd hit timing.
unsigned short getBoard() const
Get the board ID.
bool is2ndHit() const
Get the flag of 2nd hit.
unsigned short m_tot
Time over threshold.
Abstract base class for different kinds of events.
unsigned short getDataLength() const
Get data length.
unsigned short getADCCount() const
Get the ADC.
unsigned short getTDCCount2ndHit() const
Get the 2nd TDC.
unsigned short getChannel() const
Get the channel ID.
unsigned short m_tdc
TDC count.
bool m_f2ndHit
Flag for 2nd hit.
unsigned short m_channel
Channel ID (0-47).
unsigned short m_adc
FADC count.
unsigned short m_tdc2
TDC count of 2nd hit.
unsigned short getTOT() const
Get time over threshold.
unsigned short m_length
Data length.