9 #ifndef STORAGE_OUTPUT_H
10 #define STORAGE_OUTPUT_H
12 #include <framework/core/Module.h>
13 #include <framework/pcore/MsgHandler.h>
14 #include <framework/pcore/DataStoreStreamer.h>
16 #include <daq/storage/SharedEventBuffer.h>
63 unsigned int m_count_0;
66 unsigned long long m_nbyte;
71 int writeStreamerInfos();
Stream/restore DataStore objects to/from EvtMessage.
A class to encode/decode an EvtMessage.
Class definition for the output module of Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
DataStoreStreamer * m_streamer
DataStoreStreamer.
virtual void initialize()
Module functions to be called from main process.
std::string m_obuf_name
Ring Buffer to dump sampled output stream.
virtual void beginRun()
Module functions to be called from event process.
unsigned int m_count
Exp number, Run number.
StorageSerializerModule()
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.
MsgHandler * m_msghandler
Messaage handler.
int m_compressionLevel
Compression level.
Abstract base class for different kinds of events.