12#include <dqm/core/DQMHistAnalysis.h>
46 void endRun()
override final;
The base class for the histogram analysis module.
Example module of how to use MonitoringObject in DQMHistAnalysis module.
void initialize() override final
Initialize the Module.
MonitoringObject * m_monObj
MonitoringObject to be produced by this module.
void terminate() override final
Termination action.
DQMHistAnalysisMonObjModule()
Constructor.
TCanvas * m_c_mask
Canvas with histograms related to channel masking.
TCanvas * m_c_main
Canvas with main run summary histograms.
void endRun() override final
End-of-run action.
~DQMHistAnalysisMonObjModule()
Destructor.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.