Belle II Software development
|
The struct for reference histogram comparison. More...
Public Attributes | |
bool | epicsflag |
Whether to use EPICS. | |
TString | histo1 |
The name of the histogram to be compared. | |
TString | histo2 |
The name of the reference histogram. | |
TCanvas * | canvas |
The canvas to display both original and reference histograms. | |
float | warning |
The warning level for the histogram difference. | |
float | error |
The error level for the histogram difference. | |
int | min_entries |
The minimum entries for histogram comparison. | |
The struct for reference histogram comparison.
Definition at line 41 of file DQMHistComparitor.h.
TCanvas* canvas |
The canvas to display both original and reference histograms.
Definition at line 52 of file DQMHistComparitor.h.
bool epicsflag |
Whether to use EPICS.
Definition at line 46 of file DQMHistComparitor.h.
float error |
The error level for the histogram difference.
Definition at line 56 of file DQMHistComparitor.h.
TString histo1 |
The name of the histogram to be compared.
Definition at line 48 of file DQMHistComparitor.h.
TString histo2 |
The name of the reference histogram.
Definition at line 50 of file DQMHistComparitor.h.
int min_entries |
The minimum entries for histogram comparison.
Definition at line 58 of file DQMHistComparitor.h.
float warning |
The warning level for the histogram difference.
Definition at line 54 of file DQMHistComparitor.h.