20#include <dqm/core/DQMHistAnalysis.h>
61 void event()
override final;
66 void endRun()
override final;
Class definition for the output module of Sequential ROOT I/O.
void initialize() override final
Initializer.
TF1 * m_f1
The fit function.
DQMHistAnalysisEpicsExampleModule()
Constructor.
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 called for each event.
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.
~DQMHistAnalysisEpicsExampleModule()
Destructor.
std::string m_histoname
The name of the histogram.
void beginRun() override final
Called when entering a new run.
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.