15#include <dqm/core/DQMHistAnalysis.h>
81 void event() override final;
86 void endRun() override final;
The base class for the histogram analysis module.
Class definition for the reference histogram display.
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.
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.
Abstract base class for different kinds of events.
The struct for reference histogram comparison.
bool colorflag
Whether to Colorize.
TCanvas * canvas
The canvas to display both original and reference histograms.
bool deltaflag
Whether to use delta.
std::string pvfit
The name of the fit result PV, empty if none.
std::string refName
The name of the reference histogram.
int algo
The algo to use: 0=Chi2Test (default), 1=KolmogorovTest (2.
float error
The error level for the histogram difference.
std::string histName
The name of the histogram to be compared.
std::string pvstatus
The name of the status PV, empty if none.
int min_entries
The minimum entries for histogram comparison.
float warning
The warning level for the histogram difference.