Diana Software
QiMuonChannel.cc
Go to the documentation of this file.
1 #include "QiMuonChannel.hh"
2 
3 
5 
6 
8 {
9  fTDCIsValid = false;
10  fTDC = 0;
11  fChannelId = -1;
12  fTDCIsSaturatedLow = true;
13  fQDCIsSaturatedLow = true;
14  fQDC = 0;
15  fTDCIsSaturatedHigh = true;
16  fQDCIsSaturatedHigh = true;
17 }
18 
QObjectImp(QiMuonChannel) void QiMuonChannel
Definition: QiMuonChannel.cc:4
Cuoricino Muon Veto data.
bool fTDCIsValid
TDC validity flag.
bool fQDCIsSaturatedHigh
QDC high saturation.
unsigned short fTDC
Time relative to the gate 0 - 4096.
bool fQDCIsSaturatedLow
QDC low saturation.
unsigned short fQDC
Integrated charge value 0 - 4096.
bool fTDCIsSaturatedHigh
TDC high saturation.
int fChannelId
Scintillator channel.
bool fTDCIsSaturatedLow
TDC low saturation.