10 #define GEN_RAW_SEND_H
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>
virtual void event()
Running over all events.
virtual ~GenRawSendModule()
Destructor.
virtual void initialize()
Initialize the Module.
virtual void beginRun()
Called when entering a new run.
int BUF_SIZE_WORD
size of buffer for one event (word)
GenRawSendModule()
Constructor.
EvtSocketSend * m_sock
EvtSocket.
int m_port
Destination port.
virtual void terminate()
Is called at the end of your Module.
virtual void endRun()
Is called after processing the last event of a 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.