 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <daq/dataflow/EvtSocket.h>
15 #include <framework/pcore/DataStoreStreamer.h>
66 #endif // MODULEHELLO_H
A class definition of an input module for Sequential ROOT I/O.
virtual void beginRun()
Module functions to be called from event process.
virtual void terminate()
This method is called at the end of the event processing.
int m_compressionLevel
Compression Level.
RxSocketModule()
Constructor / Destructor.
virtual void initialize()
Module functions to be called from main process.
Abstract base class for different kinds of events.
virtual void endRun()
This method is called if the current run ends.
DataStoreStreamer * m_streamer
DataStoreStreamer.
int m_nrecv
No. of sent events.
EvtSocketRecv * m_recv
Reciever Socket.
Stream/restore DataStore objects to/from EvtMessage.
virtual void event()
This method is the core of the module.