20 #include <dqm/analysis/modules/DQMHistAnalysis.h>
21 #include <vxd/dataobjects/VxdID.h>
64 void event(
void)
override final;
98 std::vector <chid> mychid;
The base class for the histogram analysis module.
DQM Histogram Analysis for PXD Reduction.
DQMHistAnalysisPXDReductionModule()
Constructor.
void terminate(void) override final
This method is called at the end of the event processing.
TH1F * m_hReduction
Histogram covering all modules.
TCanvas * m_cReduction
Final Canvas.
void initialize(void) override final
Initializer.
std::string m_pvPrefix
prefix for EPICS PVs
MonitoringObject * m_monObj
Monitoring Object.
~DQMHistAnalysisPXDReductionModule()
Destructor.
std::vector< VxdID > m_PXDModules
IDs of all PXD Modules to iterate over.
std::string m_histogramDirectoryName
name of histogram directory
bool m_useEpics
flag if to export to EPICS
TLine * m_line1
Line in the Canvas to guide the eye.
void beginRun(void) override final
Called when entering a new run.
void event(void) override final
This method is called for each event.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.