 |
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
20 #define HLT_SUBSYS_ID 300
69 #endif // MODULEHELLO_H
DataStoreStreamer * m_streamer
DataStore streamer.
virtual void terminate()
This method is called at the end of the event processing.
Ds2RawModule()
Constructor / Destructor.
int m_compressionLevel
Compression parameter.
virtual void event()
This method is the core of the module.
virtual void beginRun()
Module functions to be called from event process.
Class to manage a Ring Buffer placed in an IPC shared memory.
virtual void endRun()
This method is called if the current run ends.
Abstract base class for different kinds of events.
virtual void initialize()
Module functions to be called from main process.
int m_nsent
No. of sent events.
Stream/restore DataStore objects to/from EvtMessage.
std::string m_rbufname
RingBuffer ID.
A class definition of an input module for Sequential ROOT I/O.