 |
Belle II Software
release-05-01-25
|
12 #include <dqm/analysis/modules/DQMHistAnalysis.h>
37 virtual void event()
override;
38 virtual void endRun()
override;
virtual void beginRun() override
Module functions to be called from event process.
virtual void endRun() override
This method is called if the current run ends.
virtual void terminate() override
This method is called at the end of the event processing.
Abstract base class for different kinds of events.
Class definition for the output module of Sequential ROOT I/O.
virtual void initialize() override
Module functions to be called from main process.
TSocket * m_sock
The socket to the canvas server.
virtual void event() override
This method is the core of the module.
int m_port
The port of the canvas server.
DQMHistAnalysisOutputRelayMsgModule()
Constructor / Destructor.
std::string m_hostname
The hostname of the canvas server.
The base class for the histogram analysis module.