11#include <dqm/core/DQMHistAnalysis.h>
35 void event() override final;
The base class for the histogram analysis module.
Analysis of HLT Tracking DQM plots.
void initialize() override final
Module function initialize.
int m_statThreshold
minimal number of events to judge
MonitoringObject * m_monObj
Monitoring Object to be produced by this module, which contain defined canvases and monitoring variab...
void event() override final
Module function event.
TCanvas * m_cAbortRateHER
canvas for the 2D abort rate plot for HER
TCanvas * m_cAbortRateLER
canvas for the 2D abort rate plot for LER
bool m_printCanvas
if true print the pdf of the canvases
DQMHistAnalysisTrackingHLTModule()
Constructor.
void beginRun() override final
Module function doing stuff at beginning of a run.
~DQMHistAnalysisTrackingHLTModule()
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.