15 #include <dqm/analysis/modules/DQMHistAnalysis.h>
54 virtual void event()
override;
59 virtual void endRun()
override;
The base class for the histogram analysis module.
Class definition for the output module of Sequential ROOT I/O.
virtual ~DQMHistAnalysisOutputRelayMsgModule()
Destructor.
TSocket * m_sock
The socket to the canvas server.
virtual void initialize() override
Initializer.
virtual void event() override
This method is called for each event.
virtual void endRun() override
This method is called if the current run ends.
DQMHistAnalysisOutputRelayMsgModule()
Constructor.
virtual void terminate() override
This method is called at the end of the event processing.
int m_port
The port of the canvas server.
virtual void beginRun() override
Called when entering a new run.
std::string m_hostname
The hostname of the canvas server.
Abstract base class for different kinds of events.