 |
Belle II Software
release-05-01-25
|
12 #include <framework/core/Module.h>
13 #include <daq/dataflow/EvtSocket.h>
17 #include <framework/pcore/DataStoreStreamer.h>
76 #endif // MODULEHELLO_H
virtual void beginRun()
Module functions to be called from event process.
A class definition of an input module for Sequential ROOT I/O.
virtual void terminate()
This method is called at the end of the event processing.
int m_compressionLevel
Compression parameter.
virtual void endRun()
This method is called if the current run ends.
EvtSocketSend * m_sock
EvtSocket.
Abstract base class for different kinds of events.
virtual void initialize()
Module functions to be called from main process.
int m_nsent
No. of sent events.
int m_port
Destination port.
std::string m_dest
Destination Host.
DataStoreStreamer * m_streamer
DataStoreStreamer.
TxSocketModule()
Constructor / Destructor.
virtual void event()
This method is the core of the module.
Stream/restore DataStore objects to/from EvtMessage.