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