15 #include <daq/slc/nsm/NSMCommunicator.h>
16 #include <daq/slc/nsm/NSMNodeDaemon.h>
18 #include <dqm/analysis/modules/DQMHistAnalysisOutput.h>
43 virtual void event()
override;
44 virtual void endRun()
override;
Class definition for the output module of Sequential ROOT I/O.
The module to output values to NSM network.
NSMCallback * m_callback
The NSM callback object.
virtual void initialize() override
Module functions to be called from main process.
std::string m_nodename
The NSM node name.
virtual void event() override
This method is the core of the module.
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.
virtual void beginRun() override
Module functions to be called from event process.
std::string m_rcnodename
The RC node name.
DQMHistAnalysisOutputNSMModule()
Constructor / Destructor.
Abstract base class for different kinds of events.