Loops over the events and executes analyses. More...
#include <EventLoop.hh>
Public Member Functions | |
EventLoop (DataConverter *converter, IHistogrammer *histogrammer) | |
void | printAnalyses (std::ostream &out) const |
bool | addAnalysis (const string &name) |
bool | initialise () |
bool | run (long nEvents=-1) |
bool | finalise () |
Loops over the events and executes analyses.
Definition at line 21 of file EventLoop.hh.
ForIA::EventLoop::EventLoop | ( | DataConverter * | converter, |
IHistogrammer * | histogrammer | ||
) |
Definition at line 11 of file EventLoop.cxx.
bool ForIA::EventLoop::addAnalysis | ( | const string & | name ) |
Definition at line 16 of file EventLoop.cxx.
bool ForIA::EventLoop::finalise | ( | ) |
Definition at line 48 of file EventLoop.cxx.
bool ForIA::EventLoop::initialise | ( | ) |
Definition at line 36 of file EventLoop.cxx.
void ForIA::EventLoop::printAnalyses | ( | std::ostream & | out ) | const |
Definition at line 23 of file EventLoop.cxx.
bool ForIA::EventLoop::run | ( | long | nEvents = -1 ) |
Definition at line 62 of file EventLoop.cxx.