Belle II Software
release-08-01-10
|
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 279 of file json_objects.py.
def __init__ | ( | self, | |
state, | |||
chi2 | |||
) |
Create a new ComparisonResult object and fill all members
Definition at line 285 of file json_objects.py.