8 #ifndef MONITOR_DATACOPPER_H
9 #define MONITOR_DATACOPPER_H
14 #include <framework/core/HistoModule.h>
40 void event()
override;
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.
void initialize() override
Module functions to be called from main process.
void event() override
Function to process event record.
void endRun() override
Function to process end_run record.
void terminate() override
Function to terminate module.
void beginRun() override
Module functions to be called from event process.
int m_loop
No. of sent events.
MonitorDataCOPPERModule()
Constructor / Destructor.
void defineHisto() override
Histogram definition.
Abstract base class for different kinds of events.