8 #ifndef MONITOR_DATACOPPER_H
9 #define MONITOR_DATACOPPER_H
14 #include <framework/core/HistoModule.h>
46 virtual double getTimeSec();
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
Function to process event record.
virtual void initialize()
Module functions to be called from main process.
virtual void beginRun()
Module functions to be called from event process.
virtual void terminate()
Function to terminate module.
virtual void endRun()
Function to process end_run record.
int m_loop
No. of sent events.
MonitorDataCOPPERModule()
Constructor / Destructor.
virtual void defineHisto()
Histogram definition.
Abstract base class for different kinds of events.