20 #include <framework/core/Module.h>
22 #include <dqm/analysis/modules/DQMHistAnalysis.h>
49 void event()
override final;
Class definition for the output module of Sequential ROOT I/O.
int m_minEntries
Update entry intervall.
void initialize() override final
Module functions to be called from main process.
TH1 * m_h_last
last histogram
std::string m_pvPrefix
The prefix of PV.
MonitoringObject * m_monObj
Monitoring Object.
void terminate() override final
This method is called at the end of the event processing.
std::string m_monPrefix
The prefix for MonitoringObj.
void event() override final
This method is the core of the module.
DQMHistAnalysisIPModule()
Constructor / Destructor.
static const int m_parameters
number of EPICS PVs
TCanvas * m_c1
The drawing canvas.
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.
bool m_useEpics
flag if to export to EPICS
The base class for the histogram analysis module.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.