![]() |
Belle II Software development
|
Public Member Functions | |
def | __init__ (self, state, chi2) |
Public Attributes | |
state | |
a string containing a description of the comparison's outcome | |
chi2 | |
the chi2 value computed during the comparison | |
Contains the comparison result of two plots
Definition at line 293 of file json_objects.py.
def __init__ | ( | self, | |
state, | |||
chi2 | |||
) |
Create a new ComparisonResult object and fill all members
Definition at line 299 of file json_objects.py.
chi2 |
the chi2 value computed during the comparison
Definition at line 307 of file json_objects.py.
state |
a string containing a description of the comparison's outcome
Definition at line 305 of file json_objects.py.