15#include <dqm/core/DQMHistAnalysis.h>
54 void endRun(
void)
override final;
59 void event(
void)
override final;
DQM Delta Histogram Test code and example.
void terminate(void) override final
This method is called at the end of the event processing.
void initialize(void) override final
Initializer.
std::string m_histogramName
name of histogram
void endRun(void) override final
Called when run ends.
std::string m_pvPrefix
prefix for EPICS PVs
MonitoringObject * m_monObj
Monitoring Object.
TCanvas * m_cTest
Final Canvas.
std::string m_histogramDirectoryName
name of histogram directory
DQMHistAnalysisDeltaTestModule()
Constructor.
~DQMHistAnalysisDeltaTestModule()
Destructor.
void beginRun(void) override final
Called when entering a new run.
void event(void) override final
This method is called for each event.
The base class for the histogram analysis module.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.