20 #include <dqm/analysis/modules/DQMHistAnalysis.h>
21 #include <vxd/dataobjects/VxdID.h>
52 void event(
void)
override final;
113 std::vector <chid> mychid;
115 std::map <VxdID, chid> mychid_mean;
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 intervall.
double m_warnMeanAdhoc
warn level for mean adhoc plot
~DQMHistAnalysisPXDCMModule()
Destructor.
TCanvas * m_cCommonModeDelta
Final Canvas.
double m_errorMeanAdhoc
error level for mean adhoc plot
double m_warnOutsideFull
warn level for outside fraction
TH2D * m_hCommonModeOld
histogram covering all modules
void initialize(void) override final
Module functions to be called from main process.
TLine * m_lineA
Line in the Canvas to guide the eye.
double m_errorMeanFull
error level for mean adhoc plot
std::string m_pvPrefix
prefix for EPICS PVs
MonitoringObject * m_monObj
Monitoring Object.
TH2D * m_hCommonModeDelta
histogram covering all modules
TCanvas * m_cCommonMode
Final Canvas.
std::vector< VxdID > m_PXDModules
IDs of all PXD Modules to iterate over.
std::string m_histogramDirectoryName
name of histogram directory
int m_upperLineAdhoc
threshold level/line for outside fraction
TLine * m_lineF
Line in the Canvas to guide the eye.
DQMHistAnalysisPXDCMModule()
Constructor.
double m_warnMeanFull
warn level for mean adhoc plot
double m_errorOutsideAdhoc
error level for outside fraction
bool m_useEpics
flag if to export to EPICS
TLine * m_line1
Line in the Canvas to guide the eye.
TH2D * m_hCommonMode
histogram covering all modules
int m_upperLineFull
threshold level/line for outside fraction
double m_errorOutsideFull
error level for outside fraction
void beginRun(void) override final
Module functions to be called from event process.
void event(void) override final
This method is the core of the module.
double m_warnOutsideAdhoc
warn level for outside fraction
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.