9 #ifndef Belle2_Ds2RawFileModule_h
10 #define Belle2_Ds2RawFileModule_h
12 #include <framework/core/Module.h>
14 #include <framework/pcore/DataStoreStreamer.h>
16 #define RBUFSIZE 100000000
17 #define HLT_SUBSYS_ID 300
Stream/restore DataStore objects to/from EvtMessage.
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
DataStoreStreamer * m_streamer
RingBuffer ID.
virtual void initialize()
Module functions to be called from main process.
virtual void beginRun()
Module functions to be called from event process.
Ds2RawFileModule()
Constructor / Destructor.
virtual void terminate()
This method is called at the end of the event processing.
virtual void endRun()
This method is called if the current run ends.
int m_nsent
No. of sent events.
int m_compressionLevel
Compression parameter.
Abstract base class for different kinds of events.