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