15#include <dqm/core/DQMHistAnalysis.h>
17#include <vxd/dataobjects/VxdID.h>
52 void event(
void)
override final;
The base class for the histogram analysis module.
DQM Histogram Analysis for PXD Common Modes.
void terminate(void) override final
This method is called at the end of the event processing.
int m_minEntries
Update entry interval.
TLine * m_line10
Line in the Canvas to guide the eye, target CM.
double m_warnOutside
warn level for outside fraction
TCanvas * m_cCommonModeDelta
Final Canvas.
int m_upperLine
threshold level/line for outside fraction
void initialize(void) override final
Initializer.
TLine * m_lineOutside
Line in the Canvas to guide the eye, outside boundary.
MonitoringObject * m_monObj
Monitoring Object.
TH2D * m_hCommonModeDelta
histogram covering all modules
std::vector< VxdID > m_PXDModules
IDs of all PXD Modules to iterate over.
std::string m_histogramDirectoryName
name of histogram directory
double m_errorOutside
error level for outside fraction
double m_errorMean
error level for mean
DQMHistAnalysisPXDCMModule()
Constructor.
std::map< VxdID, std::vector< int > > m_maskedGates
Module wise gate masking in CM plot and alarm.
double m_warnMean
warn level for mean
std::vector< std::vector< int > > m_parGateList
Gate list for masking.
std::vector< int > m_excluded
Indizes of excluded PXD Modules.
void beginRun(void) override final
Called when entering a new run.
void event(void) override final
This method is called for each event.
std::vector< std::string > m_parModuleList
Module list for masking.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.