 |
Belle II Software
release-05-01-25
|
16 #include <dqm/analysis/modules/DQMHistAnalysis.h>
45 void event(
void)
override final;
79 std::vector <chid> mychid;
void event(void) override final
This method is the core of the module.
std::string m_histogramDirectoryName
name of histogram directory
TCanvas * m_cMissingDHP
Final Canvas.
void beginRun(void) override final
Module functions to be called from event process.
MonitoringObject * m_monObj
Monitoring Object.
DQMHistAnalysisPXDDAQModule()
Constructor.
void terminate(void) override final
This method is called at the end of the event processing.
TH1F * m_hStatistic
Histogram covering stat.
Abstract base class for different kinds of events.
TCanvas * m_cStatistic
Final Canvas.
TH1F * m_hMissingDHP
Histogram covering all modules*DHP.
TCanvas * m_cMissingDHE
Final Canvas.
DQM Histogram Analysis for PXD DAQ.
TH2F * m_hMissingDHC
Histogram covering all DHC modules.
void initialize(void) override final
Module functions to be called from main process.
~DQMHistAnalysisPXDDAQModule()
Destructor.
TCanvas * m_cMissingDHC
Final Canvas.
std::string m_pvPrefix
prefix for EPICS PVs
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
bool m_useEpics
flag if to export to EPICS
TH2F * m_hMissingDHE
Histogram covering all DHE modules.
The base class for the histogram analysis module.