20 #include <framework/core/Module.h>
22 #include <dqm/analysis/modules/DQMHistAnalysis.h>
63 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
Initializer.
~DQMHistAnalysisIPModule()
Destructor.
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 called for each event.
DQMHistAnalysisIPModule()
Constructor.
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
Called when entering a new run.
TLine * m_line
The line for the mean result.
bool m_useEpics
flag if to export to EPICS
TLine * m_line2
The line for the median result.
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.