Belle II Software development
|
Static Public Attributes | |
str | NotCompared = "not_compared" |
no comparison was performed, for example because comparison was disabled | |
str | NotSupported = "not_supported" |
comparison is not supported for the supplied type of root objects | |
str | FailureTechnical = "technical_failure" |
comparison failed because of a technical problem, for example because of a differing bin count | |
str | FailureStastical = "statistical_failure" |
The two distributions did not comply with the allowed differences. | |
str | Equal = "equal" |
The two distributions were equal in the envelope given by the comparison configuration of this plot. | |
Enum to classify the comparison result of two validation plots
Definition at line 270 of file json_objects.py.
|
static |
The two distributions were equal in the envelope given by the comparison configuration of this plot.
Definition at line 290 of file json_objects.py.
|
static |
The two distributions did not comply with the allowed differences.
Definition at line 287 of file json_objects.py.
|
static |
comparison failed because of a technical problem, for example because of a differing bin count
Definition at line 284 of file json_objects.py.
|
static |
no comparison was performed, for example because comparison was disabled
Definition at line 278 of file json_objects.py.
|
static |
comparison is not supported for the supplied type of root objects
Definition at line 281 of file json_objects.py.