![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, name, plotfiles=None, scriptfiles=None, ntuplefiles=None) | |
Public Attributes | |
comparison_error = sum([pf.comparison_error for pf in plotfiles]) | |
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 | |
name = name | |
name of the package | |
plotfiles = plotfiles | |
list of plotfiles which were produced by the scripts in this package | |
scriptfiles = scriptfiles | |
scripts which were run or skipped as this package was executed | |
bool | visible = True |
true if this package is displayed on the default validation website | |
fail_count = fail_count | |
contains the number how many scripts failed to execute with error | |
Information about a Package which was used in a comparison operation
Definition at line 514 of file json_objects.py.
__init__ | ( | self, | |
name, | |||
plotfiles = None, | |||
scriptfiles = None, | |||
ntuplefiles = None ) |
Create a new ComparisonPackage object and fill all members
Definition at line 520 of file json_objects.py.
comparison_error = sum([pf.comparison_error for pf in plotfiles]) |
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.
|
inherited |
contains the number how many scripts failed to execute with error
Definition at line 267 of file json_objects.py.
|
inherited |
name of the package
Definition at line 259 of file json_objects.py.
|
inherited |
list of plotfiles which were produced by the scripts in this package
Definition at line 261 of file json_objects.py.
|
inherited |
scripts which were run or skipped as this package was executed
Definition at line 263 of file json_objects.py.
|
inherited |
true if this package is displayed on the default validation website
Definition at line 265 of file json_objects.py.