Belle II Software development
ComparisonState Class Reference
Inheritance diagram for ComparisonState:

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.
 

Detailed Description

Enum to classify the comparison result of two validation plots

Definition at line 270 of file json_objects.py.

Member Data Documentation

◆ Equal

str Equal = "equal"
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.

◆ FailureStastical

str FailureStastical = "statistical_failure"
static

The two distributions did not comply with the allowed differences.

Definition at line 287 of file json_objects.py.

◆ FailureTechnical

str FailureTechnical = "technical_failure"
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.

◆ NotCompared

str NotCompared = "not_compared"
static

no comparison was performed, for example because comparison was disabled

Definition at line 278 of file json_objects.py.

◆ NotSupported

str NotSupported = "not_supported"
static

comparison is not supported for the supplied type of root objects

Definition at line 281 of file json_objects.py.


The documentation for this class was generated from the following file: