Public Member Functions | |
QiMuonChannel () | |
default constructor | |
virtual | ~QiMuonChannel () |
default destructor | |
const int & | GetChannelId () const |
Get ChannelId. | |
const unsigned short & | GetTDC () const |
Get TDC. | |
const unsigned short & | GetQDC () const |
Get QDC. | |
const bool & | GetTDCIsValid () const |
Get TDCIsValid. | |
const bool & | GetTDCIsSaturatedLow () const |
Get TDCIsSaturatedLow. | |
const bool & | GetTDCIsSaturatedHigh () const |
Get TDCIsSaturatedHigh. | |
const bool & | GetQDCIsSaturatedLow () const |
Get QDCIsSaturatedLow. | |
const bool & | GetQDCIsSaturatedHigh () const |
Get QDCIsSaturatedHigh. | |
void | SetChannelId (const int &channelId) |
Set ChannelId. | |
void | SetTDC (const unsigned short &tDC) |
Set TDC. | |
void | SetQDC (const unsigned short &qDC) |
Set QDC. | |
void | SetTDCIsValid (const bool &isValid) |
Set IsValid. | |
void | SetTDCIsSaturatedLow (const bool &isSaturatedLow) |
Set TDCIsSaturatedLow. | |
void | SetTDCIsSaturatedHigh (const bool &isSaturatedHigh) |
Set TSCIsSaturatedHigh. | |
void | SetQDCIsSaturatedLow (const bool &isSaturatedLow) |
Set QDC IsSaturatedLow. | |
void | SetQDCIsSaturatedHigh (const bool &isSaturatedHigh) |
Set QDCIsSaturatedHigh. | |
void | Clear () |
Private Attributes | |
int | fChannelId |
Scintillator channel. | |
unsigned short | fTDC |
Time relative to the gate 0 - 4096. | |
unsigned short | fQDC |
Integrated charge value 0 - 4096. | |
bool | fTDCIsValid |
TDC validity flag. | |
bool | fTDCIsSaturatedLow |
TDC low saturation. | |
bool | fTDCIsSaturatedHigh |
TDC high saturation. | |
bool | fQDCIsSaturatedLow |
QDC low saturation. | |
bool | fQDCIsSaturatedHigh |
QDC high saturation. | |
Friends | |
class | ::QiMuonChannelR |
Q_BEGIN_NAMESPACE void QiMuonChannel::Clear | ( | ) |
References fChannelId, fQDC, fQDCIsSaturatedHigh, fQDCIsSaturatedLow, fTDC, fTDCIsSaturatedHigh, fTDCIsSaturatedLow, and fTDCIsValid.