 |
Belle II Software
release-05-02-19
|
11 #include <dqm/analysis/modules/DQMHistAnalysis.h>
36 virtual void event()
override;
37 virtual void endRun()
override;
DQMHistAnalysisOutputFileModule()
Constructor / Destructor.
Class definition for the output module of Sequential ROOT I/O.
virtual void beginRun() override
Module functions to be called from event process.
bool m_saveCanvases
Write all Canvases to file.
virtual void terminate() override
This method is called at the end of the event processing.
Abstract base class for different kinds of events.
virtual void initialize() override
Module functions to be called from main process.
std::string m_histogramDirectoryName
Directory name within root file where to place things.
virtual void endRun() override
This method is called if the current run ends.
virtual void event() override
This method is the core of the module.
bool m_saveHistos
Write all Histos to file.
std::string m_filename
file name of root file
The base class for the histogram analysis module.