 |
Belle II Software
release-05-02-19
|
16 #include <dqm/analysis/modules/DQMHistAnalysis.h>
17 #include <vxd/dataobjects/VxdID.h>
48 void event(
void)
override final;
108 std::vector <chid> mychid;
111 std::map <VxdID, chid> mychid_mean;
int m_upperLineFull
threshold level/line for outside fraction
DQMHistAnalysisPXDCMModule()
Constructor.
TLine * m_lineA
Line in the Canvas to guide the eye.
DQM Histogram Analysis for PXD Common Modes.
double m_warnMeanAdhoc
warn level for mean adhoc plot
int m_minEntries
Update entry intervall.
double m_warnOutsideFull
warn level for outside fraction
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
double m_warnMeanFull
warn level for mean adhoc plot
TCanvas * m_cCommonMode
Final Canvas.
TLine * m_lineF
Line in the Canvas to guide the eye.
std::string m_pvPrefix
prefix for EPICS PVs
Abstract base class for different kinds of events.
double m_errorMeanFull
error level for mean adhoc plot
double m_errorMeanAdhoc
error level for mean adhoc plot
int m_upperLineAdhoc
threshold level/line for outside fraction
MonitoringObject * m_monObj
Monitoring Object.
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.
double m_errorOutsideFull
error level for outside fraction
~DQMHistAnalysisPXDCMModule()
Destructor.
double m_warnOutsideAdhoc
warn level for outside fraction
std::vector< VxdID > m_PXDModules
IDs of all PXD Modules to iterate over.
TLine * m_line1
Line in the Canvas to guide the eye.
double m_errorOutsideAdhoc
error level for outside fraction
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.