23#include <dqm/core/DQMHistAnalysis.h>
87 void event() override final;
92 void endRun() override final;
The base class for the histogram analysis module.
Class definition for the reference histogram display.
std::string m_refFileName
Reference Histogram Root file name.
bool m_color
Whether to use the color code for warnings and errors.
void initialize() override final
Initializer.
~DQMHistComparitorModule()
Destructor.
void terminate() override final
This method is called at the end of the event processing.
void event() override final
This method is called for each event.
TH1 * GetHisto(TString histoname)
Get histogram by its name.
void endRun() override final
This method is called if the current run ends.
std::vector< std::vector< std::string > > m_histlist
Parameter list for histograms.
void beginRun() override final
Called when entering a new run.
DQMHistComparitorModule()
Constructor.
std::vector< CMPNODE * > m_pnode
Struct for extracted parameters + EPICS PV.
TFile * m_refFile
The pointer to the reference file.
Abstract base class for different kinds of events.
The struct for reference histogram comparison.
TCanvas * canvas
The canvas to display both original and reference histograms.
bool epicsflag
Whether to use EPICS.
float error
The error level for the histogram difference.
TString histo2
The name of the reference histogram.
TString histo1
The name of the histogram to be compared.
int min_entries
The minimum entries for histogram comparison.
float warning
The warning level for the histogram difference.