Belle II Software development
ComparisonResult Class Reference
Inheritance diagram for ComparisonResult:
JsonBase

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
 

Detailed Description

Contains the comparison result of two plots

Definition at line 293 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  state,
  chi2 
)
Create a new ComparisonResult object and fill all members

Definition at line 299 of file json_objects.py.

299 def __init__(self, state, chi2):
300 """
301 Create a new ComparisonResult object and fill all members
302 """
303
304
305 self.state = state
306
307 self.chi2 = chi2
308
309

Member Data Documentation

◆ 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.


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