 |
Belle II Software
release-05-02-19
|
11 #include <framework/core/Module.h>
34 virtual void endRun()
override;
35 virtual void event()
override;
HistoManagerModule()
Constructor and Destructor.
virtual void initialize() override
module functions
virtual void event() override
This method is the core of the module.
std::string m_workdir
Name of working directory.
virtual void beginRun() override
Called when entering a new run.
Class definition of HistoManager module.
std::string m_histoFileName
Name of histogram output file.
Abstract base class for different kinds of events.
bool m_tupleManagerInitialized
True if RbTupleManager was initialized.
bool m_initmain
True if initialize() was called.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void endRun() override
This method is called if the current run ends.