1 #ifndef _M_FLAGCOINCIDENCE_HH_
2 #define _M_FLAGCOINCIDENCE_HH_
A quick module to flag coincidences.
std::vector< unsigned long long > fPreviousTimes
Time of previous events.
unsigned int fCurrentEvent
Event number of current event.
~MFlagCoincidence()
destructor
std::string fFlagName
Name of variable to store in AuxData.
int fnCoincidences
Number of coincidences identified.
int fIteration
What iteration are we on?
std::string fMultName
Name of multiplicity variable in AuxData.
unsigned long long fCurrentTime
Time of current event.
std::multiset< int > fCoincidentEvents
Vector of coincident event numbers.
QEvent * Do(QEvent *ev)
Do method.
std::vector< unsigned int > fPreviousEvents
Event number of previous events.
MFlagCoincidence(QSequence *s)
constructor
double fWindow
Time window to be considered coincident (in nanoseconds)
Base class for diana modules.
Diana Reconstruction program.