 |
Belle II Software
release-05-02-19
|
10 #ifndef STORAGE_OUTPUT_H
11 #define STORAGE_OUTPUT_H
13 #include <framework/core/Module.h>
14 #include <framework/pcore/MsgHandler.h>
15 #include <framework/pcore/DataStoreStreamer.h>
17 #include <daq/storage/SharedEventBuffer.h>
64 unsigned int m_count_0;
67 unsigned long long m_nbyte;
72 int writeStreamerInfos();
std::string m_obuf_name
Ring Buffer to dump sampled output stream.
virtual void initialize()
Module functions to be called from main process.
DataStoreStreamer * m_streamer
DataStoreStreamer.
unsigned int m_count
Exp number, Run number.
virtual void terminate()
This method is called at the end of the event processing.
Abstract base class for different kinds of events.
int m_compressionLevel
Compression level.
MsgHandler * m_msghandler
Messaage handler.
virtual void event()
This method is the core of the module.
Class definition for the output module of Sequential ROOT I/O.
virtual void beginRun()
Module functions to be called from event process.
virtual void endRun()
This method is called if the current run ends.
StorageSerializerModule()
Constructor / Destructor.
Stream/restore DataStore objects to/from EvtMessage.
A class to encode/decode an EvtMessage.