 |
Belle II Software
release-05-02-19
|
9 #ifndef DS2RBUFMODULE_H
10 #define DS2RBUFMODULE_H
12 #include <framework/core/Module.h>
13 #include <framework/pcore/RingBuffer.h>
15 #include <framework/pcore/DataStoreStreamer.h>
19 #define RBUFSIZE 100000000
71 #endif // MODULEHELLO_H
DataStoreStreamer * m_streamer
DataStore streamer.
int m_compressionLevel
Compression parameter.
Class to manage a Ring Buffer placed in an IPC shared memory.
Abstract base class for different kinds of events.
virtual void endRun()
This method is called if the current run ends.
virtual void beginRun()
Module functions to be called from event process.
virtual void event()
This method is the core of the module.
A class definition of an input module for Sequential ROOT I/O.
Ds2RbufModule()
Constructor / Destructor.
std::string m_rbufname
RingBuffer ID.
virtual void terminate()
This method is called at the end of the event processing.
int m_nsent
No. of sent events.
std::vector< std::string > m_saveobjs
List of objects to be transferred.
Stream/restore DataStore objects to/from EvtMessage.
virtual void initialize()
Module functions to be called from main process.