9 #ifndef RECEIVE_EVENT_MODULE_H
10 #define RECEIVE_EVENT_MODULE_H
12 #include <framework/core/Module.h>
13 #include <daq/dataflow/EvtSocket.h>
17 #include <framework/pcore/DataStoreStreamer.h>
Stream/restore DataStore objects to/from EvtMessage.
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
DataStoreStreamer * m_streamer
DataStoreStreamer.
virtual void initialize()
Module functions to be called from main process.
virtual void beginRun()
Module functions to be called from event process.
EvtSocketSend * m_recv
Reciever Socket.
virtual void terminate()
This method is called at the end of the event processing.
virtual void endRun()
This method is called if the current run ends.
std::string m_host
Receiver Port.
ReceiveEventModule()
Constructor / Destructor.
int m_nrecv
No. of sent events.
int m_compressionLevel
Compression Level.
Abstract base class for different kinds of events.