A storable result of the QA-checker comparison routine.
More...
#include <CbmQaCheckerResult.h>
|
| double | fRatioMin {std::numeric_limits<double>::quiet_NaN()} |
| | Minimal value of ratio.
|
| |
| double | fRatioMax {std::numeric_limits<double>::quiet_NaN()} |
| | Maximal value of ratio.
|
| |
| double | fPval {std::numeric_limits<double>::quiet_NaN()} |
| | Comparison p-value.
|
| |
| bool | fbExactEqual {true} |
| | Result of exact comparison.
|
| |
| ECmpInference | fCmpInference {ECmpInference::Different} |
| | Comparison inference.
|
| |
A storable result of the QA-checker comparison routine.
Definition at line 25 of file CbmQaCheckerResult.h.
◆ Result() [1/4]
| cbm::qa::checker::Result::Result |
( |
| ) |
|
|
default |
◆ Result() [2/4]
| cbm::qa::checker::Result::Result |
( |
const Result & | | ) |
|
|
default |
◆ Result() [3/4]
| cbm::qa::checker::Result::Result |
( |
Result && | | ) |
|
|
default |
◆ Result() [4/4]
| cbm::qa::checker::Result::Result |
( |
ECmpInference | inference, |
|
|
bool | exactEqual, |
|
|
double | ratioMin, |
|
|
double | ratioMax, |
|
|
double | pVal ) |
|
inline |
Constructor from parameters.
- Parameters
-
| inference | Comparison inference |
| exactEqual | If the histogram exactly equal |
| ratioMin | Minimal ratio to default |
| ratioMax | Maximal ratio to default |
| pVal | P-value |
Definition at line 50 of file CbmQaCheckerResult.h.
◆ ~Result()
| cbm::qa::checker::Result::~Result |
( |
| ) |
|
|
default |
◆ ClassDef()
| cbm::qa::checker::Result::ClassDef |
( |
Result | , |
|
|
1 | ) |
◆ GetCmpInference()
| ECmpInference cbm::qa::checker::Result::GetCmpInference |
( |
| ) |
const |
|
inline |
◆ GetExactEqual()
| bool cbm::qa::checker::Result::GetExactEqual |
( |
| ) |
const |
|
inline |
◆ GetPVal()
| double cbm::qa::checker::Result::GetPVal |
( |
| ) |
const |
|
inline |
◆ GetRatioMax()
| double cbm::qa::checker::Result::GetRatioMax |
( |
| ) |
const |
|
inline |
◆ GetRatioMin()
| double cbm::qa::checker::Result::GetRatioMin |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
| Result & cbm::qa::checker::Result::operator= |
( |
const Result & | | ) |
|
|
default |
Copy assignment operator.
◆ operator=() [2/2]
Move assignment operator.
◆ SetCmpInference()
| void cbm::qa::checker::Result::SetCmpInference |
( |
ECmpInference | inference | ) |
|
|
inline |
◆ SetExactEqual()
| void cbm::qa::checker::Result::SetExactEqual |
( |
bool | exactEqual | ) |
|
|
inline |
◆ SetPVal()
| void cbm::qa::checker::Result::SetPVal |
( |
double | pVal | ) |
|
|
inline |
◆ SetRatioMax()
| void cbm::qa::checker::Result::SetRatioMax |
( |
double | ratioMax | ) |
|
|
inline |
◆ SetRatioMin()
| void cbm::qa::checker::Result::SetRatioMin |
( |
double | ratioMin | ) |
|
|
inline |
◆ fbExactEqual
| bool cbm::qa::checker::Result::fbExactEqual {true} |
|
private |
◆ fCmpInference
| ECmpInference cbm::qa::checker::Result::fCmpInference {ECmpInference::Different} |
|
private |
◆ fPval
| double cbm::qa::checker::Result::fPval {std::numeric_limits<double>::quiet_NaN()} |
|
private |
◆ fRatioMax
| double cbm::qa::checker::Result::fRatioMax {std::numeric_limits<double>::quiet_NaN()} |
|
private |
◆ fRatioMin
| double cbm::qa::checker::Result::fRatioMin {std::numeric_limits<double>::quiet_NaN()} |
|
private |
The documentation for this class was generated from the following file: