31 #ifndef _M_TIMESORT_H_
32 #define _M_TIMESORT_H_
45 virtual Action
Init(Diana::QEventAssembler& ev);
48 virtual Action
Do( Diana::QEventAssembler& ev);
Module for sorting events by time.
int fNumberOfEvents
Number of sorted events.
int fStartTime
Start time of run.
virtual Action Done()
Done method is called after event loop.
virtual Action Do(Diana::QEventAssembler &ev)
virtual Action Init(Diana::QEventAssembler &ev)
std::vector< std::pair< int, unsigned long long > > fEventVector
vector to store event number and time
int fIteration
What iteration are we on?
std::string fOutputFilename
this is the name of the file where the sorted list is kept
std::vector< int > fChannelVector
Vector of channel numbers.
int fIndex
An index to keep track of event.