 |
Belle II Software
release-05-02-19
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreObjPtr.h>
14 #include <framework/dataobjects/EventMetaData.h>
15 #include <framework/core/RandomGenerator.h>
16 #include <framework/pcore/zmq/sockets/ZMQClient.h>
17 #include <framework/pcore/zmq/utils/StreamHelper.h>
19 #include <framework/pcore/zmq/processModules/ProcessedEventsBackupList.h>
31 class ZMQTxInputModule :
public Module {
36 void event()
override;
Helper class for data store serialization.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
A helper class for communicating over ZMQ. Includes a multicast and (if needed) also a data socket.