12#include <framework/core/Module.h>
13#include <framework/datastore/StoreObjPtr.h>
14#include <framework/dataobjects/EventMetaData.h>
16#include <daq/dataflow/EvtSocket.h>
18#include <rawdata/dataobjects/RawCOPPER.h>
43 void event()
override;
virtual ~GenRawSendModule()
Destructor.
void initialize() override
Initialize the Module.
void event() override
Running over all events.
int BUF_SIZE_WORD
size of buffer for one event (word)
GenRawSendModule()
Constructor.
void endRun() override
Is called after processing the last event of a run.
EvtSocketSend * m_sock
EvtSocket.
void terminate() override
Is called at the end of your Module.
int m_port
Destination port.
void beginRun() override
Called when entering a new run.
std::string m_dest
Destination Host.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.