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