 |
Belle II Software
release-05-01-25
|
9 #ifndef SEQROOTMERGER_H
10 #define SEQROOTMERGER_H
12 #include <framework/core/Module.h>
13 #include <framework/pcore/DataStoreStreamer.h>
14 #include <framework/pcore/SeqFile.h>
47 std::vector<SeqFile*> m_file;
55 #endif // MODULEHELLO_H
virtual void initialize()
Module functions to be called from main process.
virtual void terminate()
This method is called at the end of the event processing.
virtual void event()
This method is the core of the module.
A class definition of an input module for Sequential ROOT I/O.
Abstract base class for different kinds of events.
virtual void beginRun()
Module functions to be called from event process.
virtual void endRun()
This method is called if the current run ends.
SeqRootMergerModule()
Constructor / Destructor.
Stream/restore DataStore objects to/from EvtMessage.