 |
Belle II Software
release-05-02-19
|
9 #ifndef RBUF2RBUFMODULE_H
10 #define RBUF2RBUFMODULE_H
12 #include <framework/core/Module.h>
13 #include <framework/pcore/RingBuffer.h>
17 #include <framework/datastore/StoreObjPtr.h>
18 #include <framework/dataobjects/EventMetaData.h>
20 #define RBUFSIZE 100000000
21 #define MAXEVTSIZE 400000000
70 #endif // MODULEHELLO_H
virtual void endRun()
This method is called if the current run ends.
virtual void initialize()
Module functions to be called from main process.
virtual void event()
This method is the core of the module.
int m_nrecv
No. of sent events.
A class definition of an input module for Sequential ROOT I/O.
Class to manage a Ring Buffer placed in an IPC shared memory.
std::string m_name_rbufin
Input RingBuffer ID.
Abstract base class for different kinds of events.
std::string m_name_rbufout
Output RingBuffer ID.
Type-safe access to single objects in the data store.
virtual void beginRun()
Module functions to be called from event process.
Rbuf2RbufModule()
Constructor / Destructor.
virtual void terminate()
This method is called at the end of the event processing.
StoreObjPtr< EventMetaData > m_eventMetaData
EventMetaData.