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