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