 |
Belle II Software
release-05-02-19
|
16 #include <dqm/analysis/modules/DQMHistAnalysis.h>
43 void event()
override final;
44 void endRun()
override final;
void endRun() override final
This method is called if the current run ends.
void event() override final
This method is the core of the module.
TLine * m_line_hi
The line for the higher bound.
DQMHistAnalysisEpicsExampleModule()
Constructor / Destructor.
TF1 * m_f1
The fit function.
TCanvas * m_c1
The drawing canvas.
Int_t m_parameters
The fit function parameters for EPICS.
TLine * m_line_lo
The line for the lower bound.
Abstract base class for different kinds of events.
std::string m_function
The definition of the fit function.
Class definition for the output module of Sequential ROOT I/O.
TLine * m_line
The line for the fitting result.
void initialize() override final
Module functions to be called from main process.
std::string m_histoname
The name of the histogram.
void terminate() override final
This method is called at the end of the event processing.
std::string m_pvPrefix
The prefix of PV.
void beginRun() override final
Module functions to be called from event process.
The base class for the histogram analysis module.