Inheritance diagram for MFindCoincidences:

module MuonCoincidence
verbosity = info
enable = true
TimeWindow = 100.
endmod
Public Member Functions | |
| MFindCoincidences (QSequence *s) | |
| constructor | |
| ~MFindCoincidences () | |
| destructor | |
| void | Init () |
| Init method. | |
| QEvent * | Do (QEvent *ev) |
| Do method. | |
| void | Done () |
| Done method. | |
Private Attributes | |
|
std::vector< unsigned long long > | fMuonTimes |
| Vector of muon times. | |
| std::vector< int > | fMuonIds |
| int | fIteration |
| Current iteration number. | |
| double | fTimeWindow |
| time window in which coincidences are searched | |
| int | fVectorIndex |
| std::vector< QVector * > | fVectorCache |
| QVector * | fDummyVector |
1.5.1