![]() |
Diana Software
|
Cuoricino Muon Veto data. More...
Public Member Functions | |
| QiMuonChannel () | |
| default constructor More... | |
| virtual | ~QiMuonChannel () |
| default destructor More... | |
| const int & | GetChannelId () const |
| Get ChannelId. More... | |
| const unsigned short & | GetTDC () const |
| Get TDC. More... | |
| const unsigned short & | GetQDC () const |
| Get QDC. More... | |
| const bool & | GetTDCIsValid () const |
| Get TDCIsValid. More... | |
| const bool & | GetTDCIsSaturatedLow () const |
| Get TDCIsSaturatedLow. More... | |
| const bool & | GetTDCIsSaturatedHigh () const |
| Get TDCIsSaturatedHigh. More... | |
| const bool & | GetQDCIsSaturatedLow () const |
| Get QDCIsSaturatedLow. More... | |
| const bool & | GetQDCIsSaturatedHigh () const |
| Get QDCIsSaturatedHigh. More... | |
| void | SetChannelId (const int &channelId) |
| Set ChannelId. More... | |
| void | SetTDC (const unsigned short &tDC) |
| Set TDC. More... | |
| void | SetQDC (const unsigned short &qDC) |
| Set QDC. More... | |
| void | SetTDCIsValid (const bool &isValid) |
| Set IsValid. More... | |
| void | SetTDCIsSaturatedLow (const bool &isSaturatedLow) |
| Set TDCIsSaturatedLow. More... | |
| void | SetTDCIsSaturatedHigh (const bool &isSaturatedHigh) |
| Set TSCIsSaturatedHigh. More... | |
| void | SetQDCIsSaturatedLow (const bool &isSaturatedLow) |
| Set QDC IsSaturatedLow. More... | |
| void | SetQDCIsSaturatedHigh (const bool &isSaturatedHigh) |
| Set QDCIsSaturatedHigh. More... | |
| void | Clear () |
Private Member Functions | |
| QObjectDef (QiMuonChannel, 1) | |
Private Attributes | |
| int | fChannelId |
| Scintillator channel. More... | |
| unsigned short | fTDC |
| Time relative to the gate 0 - 4096. More... | |
| unsigned short | fQDC |
| Integrated charge value 0 - 4096. More... | |
| bool | fTDCIsValid |
| TDC validity flag. More... | |
| bool | fTDCIsSaturatedLow |
| TDC low saturation. More... | |
| bool | fTDCIsSaturatedHigh |
| TDC high saturation. More... | |
| bool | fQDCIsSaturatedLow |
| QDC low saturation. More... | |
| bool | fQDCIsSaturatedHigh |
| QDC high saturation. More... | |
Cuoricino Muon Veto data.
Definition at line 15 of file QiMuonChannel.hh.
|
inline |
default constructor
Definition at line 20 of file QiMuonChannel.hh.
|
inlinevirtual |
default destructor
Definition at line 22 of file QiMuonChannel.hh.
| void QiMuonChannel::Clear | ( | ) |
|
inline |
|
inline |
|
inline |
Get QDCIsSaturatedHigh.
Definition at line 39 of file QiMuonChannel.hh.
References fQDCIsSaturatedHigh.
|
inline |
Get QDCIsSaturatedLow.
Definition at line 37 of file QiMuonChannel.hh.
References fQDCIsSaturatedLow.
|
inline |
|
inline |
Get TDCIsSaturatedHigh.
Definition at line 35 of file QiMuonChannel.hh.
References fTDCIsSaturatedHigh.
|
inline |
Get TDCIsSaturatedLow.
Definition at line 33 of file QiMuonChannel.hh.
References fTDCIsSaturatedLow.
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
Set QDCIsSaturatedHigh.
Definition at line 56 of file QiMuonChannel.hh.
References fQDCIsSaturatedHigh.
|
inline |
Set QDC IsSaturatedLow.
Definition at line 54 of file QiMuonChannel.hh.
References fQDCIsSaturatedLow.
|
inline |
|
inline |
Set TSCIsSaturatedHigh.
Definition at line 52 of file QiMuonChannel.hh.
References fTDCIsSaturatedHigh.
|
inline |
Set TDCIsSaturatedLow.
Definition at line 50 of file QiMuonChannel.hh.
References fTDCIsSaturatedLow.
|
inline |
|
private |
Scintillator channel.
Definition at line 64 of file QiMuonChannel.hh.
Referenced by GetChannelId(), QObjectImp(), and SetChannelId().
|
private |
Integrated charge value 0 - 4096.
Definition at line 68 of file QiMuonChannel.hh.
Referenced by GetQDC(), QObjectImp(), and SetQDC().
|
private |
QDC high saturation.
Definition at line 78 of file QiMuonChannel.hh.
Referenced by GetQDCIsSaturatedHigh(), QObjectImp(), and SetQDCIsSaturatedHigh().
|
private |
QDC low saturation.
Definition at line 76 of file QiMuonChannel.hh.
Referenced by GetQDCIsSaturatedLow(), QObjectImp(), and SetQDCIsSaturatedLow().
|
private |
Time relative to the gate 0 - 4096.
Definition at line 66 of file QiMuonChannel.hh.
Referenced by GetTDC(), QObjectImp(), and SetTDC().
|
private |
TDC high saturation.
Definition at line 74 of file QiMuonChannel.hh.
Referenced by GetTDCIsSaturatedHigh(), QObjectImp(), and SetTDCIsSaturatedHigh().
|
private |
TDC low saturation.
Definition at line 72 of file QiMuonChannel.hh.
Referenced by GetTDCIsSaturatedLow(), QObjectImp(), and SetTDCIsSaturatedLow().
|
private |
TDC validity flag.
Definition at line 70 of file QiMuonChannel.hh.
Referenced by GetTDCIsValid(), QObjectImp(), and SetTDCIsValid().