Inheritance diagram for MSaveCorrectedMuonTimes:
Save a list of muon events and times in the units of the old DAQ
module SaveCorrectedMuonTimes verbosity = info enable = true SynchronizationFile = Synch.root OutputFile = MuonTimes.root endmod
Public Member Functions | |
MSaveCorrectedMuonTimes (QSequence *s) | |
constructor | |
~MSaveCorrectedMuonTimes () | |
destructor | |
void | Init () |
Init method. | |
QEvent * | Do (QEvent *ev) |
Do method. | |
void | Done () |
Done method. | |
Private Attributes | |
std::string | fSynchFile |
Input file. | |
std::string | fOutputFile |
Output file. | |
double | fOffset |
Parameter c0 for linear correction to NsTime. | |
double | fSlope |
Parameter c1 for linear correction to NsTime. | |
QVector | fMuonTimes |
Vector of muon times (ms). | |
QVector | fMuonEvents |
Vector of muon event numbers. |