 |
Belle II Software
release-05-01-25
|
1 #ifndef DQM_HISTO_MANAGER_H
2 #define DQM_HISTO_MANAGER_H
11 #include <framework/core/Module.h>
12 #include <daq/dataflow/EvtSocket.h>
14 #include <framework/pcore/MsgHandler.h>
17 #include "TDirectory.h"
22 #define DQM_SOCKET 9899
49 int StreamHistograms(TDirectory*,
MsgHandler*);
virtual void endRun()
This method is called if the current run ends.
virtual void event()
This method is the core of the module.
virtual void terminate()
This method is called at the end of the event processing.
Abstract base class for different kinds of events.
DqmHistoManagerModule()
Constructor and Destructor.
std::string m_hostname
Host name to send histograms.
bool m_initmain
True if initialize() was called.
virtual void beginRun()
Called when entering a new run.
virtual void initialize()
module functions
Class definition of DqmHistoManager module.
std::string m_workdir
Name of working directory.
std::string m_histfile
Name of histogram output file.
A class to encode/decode an EvtMessage.