![]() |
Belle II Software release-09-00-04
|
The struct for reference histogram comparison. More...

Public Attributes | |
| std::string | pvfit |
| The name of the fit result PV, empty if none. | |
| std::string | pvstatus |
| The name of the status PV, empty if none. | |
| bool | deltaflag |
| Whether to use delta. | |
| bool | colorflag |
| Whether to Colorize. | |
| std::string | histName |
| The name of the histogram to be compared. | |
| std::string | refName |
| The name of the reference histogram. | |
| TCanvas * | canvas |
| The canvas to display both original and reference histograms. | |
| int | algo |
| The algo to use: 0=Chi2Test (default), 1=KolmogorovTest (2. | |
| 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 29 of file DQMHistComparitor.h.
| int algo |
The algo to use: 0=Chi2Test (default), 1=KolmogorovTest (2.
. not used yet)
Definition at line 45 of file DQMHistComparitor.h.
| TCanvas* canvas |
The canvas to display both original and reference histograms.
Definition at line 43 of file DQMHistComparitor.h.
| bool colorflag |
Whether to Colorize.
Definition at line 37 of file DQMHistComparitor.h.
| bool deltaflag |
Whether to use delta.
Definition at line 35 of file DQMHistComparitor.h.
| float error |
The error level for the histogram difference.
Definition at line 49 of file DQMHistComparitor.h.
| std::string histName |
The name of the histogram to be compared.
Definition at line 39 of file DQMHistComparitor.h.
| int min_entries |
The minimum entries for histogram comparison.
Definition at line 51 of file DQMHistComparitor.h.
| std::string pvfit |
The name of the fit result PV, empty if none.
Definition at line 31 of file DQMHistComparitor.h.
| std::string pvstatus |
The name of the status PV, empty if none.
Definition at line 33 of file DQMHistComparitor.h.
| std::string refName |
The name of the reference histogram.
Definition at line 41 of file DQMHistComparitor.h.
| float warning |
The warning level for the histogram difference.
Definition at line 47 of file DQMHistComparitor.h.