9#ifndef GET_EVENT_FROM_SOCKET_MODULE_H
10#define GET_EVENT_FROM_SOCKET_MODULE_H
12#include <framework/core/Module.h>
13#include <daq/dataflow/EvtSocket.h>
17#include <framework/pcore/DataStoreStreamer.h>
53 std::vector<int> m_ports;
Stream/restore DataStore objects to/from EvtMessage.
Class to manage streamed object.
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.
GetEventFromSocketModule()
Constructor / Destructor.
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::vector< EvtSocketSend * > m_socks
Reciever Socket.
int m_nrecv
No. of sent events.
int m_compressionLevel
Compression Level.
std::vector< std::string > m_hosts
Receiver Port.
Abstract base class for different kinds of events.