Belle II Software
release-08-01-10
|
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 | |
name | |
name of the package | |
plotfiles | |
list of plotfiles which were produced by the scripts in this package | |
scriptfiles | |
scripts which were run or skipped as this package was executed | |
visible | |
true if this package is displayed on the default validation website | |
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 500 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 506 of file json_objects.py.