 |
Belle II Software
release-05-02-19
|
11 #include <dqm/analysis/modules/DQMHistAnalysis.h>
37 virtual void event()
override;
38 virtual void endRun()
override;
53 TCanvas*
m_c =
nullptr;
TCanvas * m_c
The drawing canvas for the fitting result.
virtual void beginRun() override
Module functions to be called from event process.
virtual void endRun() override
This method is called if the current run ends.
std::string m_function
The definition of the fitting function.
DQMHistAnalysisExampleModule()
Constructor / Destructor.
Class definition for the output module of Sequential ROOT I/O.
std::string m_histoname
Parameters accesible from basf2 scripts.
Abstract base class for different kinds of events.
virtual void initialize() override
Module functions to be called from main process.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void event() override
This method is the core of the module.
The base class for the histogram analysis module.