MFindCoincidences Class Reference
[Modules]
List of all members.
Detailed Description
A module to look for events in coincidence with muons.
- Author:
- Elena Guardincerri
- Writes
- AuxData A QVector is associated to each event. Those associated to muon events contain the event numbers of all the bolometer events close to the muon event considered. Close means that the absolute value of the time difference has to be less than TimeWindow
|
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 |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modmuons/MFindCoincidences.hh
- /home/cuoresvn/cuore/pkg/modmuons/MFindCoincidences.cc