 |
Belle II Software
release-05-01-25
|
16 #include <dqm/analysis/modules/DQMHistAnalysis.h>
17 #include <vxd/dataobjects/VxdID.h>
48 void event(
void)
override final;
90 std::vector <chid> mychid;
93 std::map <VxdID, chid> mychid_mean;
DQMHistAnalysisPXDCMModule()
Constructor.
DQM Histogram Analysis for PXD Common Modes.
double m_warnMeanAdhoc
warn level for mean adhoc plot
int m_minEntries
Update entry intervall.
TH2D * m_hCommonModeOld
histogram covering all modules
TH2D * m_hCommonMode
histogram covering all modules
void beginRun(void) override final
Module functions to be called from event process.
TH2D * m_hCommonModeDelta
histogram covering all modules
TCanvas * m_cCommonMode
Final Canvas.
std::string m_pvPrefix
prefix for EPICS PVs
Abstract base class for different kinds of events.
double m_errorMeanAdhoc
error level for mean adhoc plot
MonitoringObject * m_monObj
Line in the Canvas to guide the eye.
std::string m_histogramDirectoryName
name of histogram directory
bool m_useEpics
flag if to export to EPICS
void event(void) override final
This method is the core of the module.
void initialize(void) override final
Module functions to be called from main process.
void terminate(void) override final
This method is called at the end of the event processing.
~DQMHistAnalysisPXDCMModule()
Destructor.
std::vector< VxdID > m_PXDModules
IDs of all PXD Modules to iterate over.
TLine * m_line1
Line in the Canvas to guide the eye.
TLine * m_line2
Line in the Canvas to guide the eye.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
TCanvas * m_cCommonModeDelta
Final Canvas.
The base class for the histogram analysis module.