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