Belle II Software development
|
Public Member Functions | |
def | __init__ (self, name, plotfiles=None, scriptfiles=None, ntuplefiles=None) |
Public Attributes | |
comparison_error | |
the number of failed comparisons in this package | |
comparison_error_shifter | |
the number of failed comparisons of shifter plots in this package | |
comparison_warning | |
the number of comparisons which resulted in a warning | |
comparison_warning_shifter | |
the number of comparisons of shifter plots which resulted in a warning | |
Information about a Package which was used in a comparison operation
Definition at line 514 of file json_objects.py.
def __init__ | ( | self, | |
name, | |||
plotfiles = None , |
|||
scriptfiles = None , |
|||
ntuplefiles = None |
|||
) |
Create a new ComparisonPackage object and fill all members
Reimplemented from Package.
Definition at line 520 of file json_objects.py.
comparison_error |
the number of failed comparisons in this package
Definition at line 537 of file json_objects.py.
comparison_error_shifter |
the number of failed comparisons of shifter plots in this package
Definition at line 539 of file json_objects.py.
comparison_warning |
the number of comparisons which resulted in a warning
Definition at line 543 of file json_objects.py.
comparison_warning_shifter |
the number of comparisons of shifter plots which resulted in a warning
Definition at line 548 of file json_objects.py.