Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, name, plotfiles=None, scriptfiles=None, fail_count=0) |
Public Attributes | |
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 | |
One high-level package of the validation suites which contains a set of scripts and output plot files
Definition at line 227 of file json_objects.py.
def __init__ | ( | self, | |
name, | |||
plotfiles = None , |
|||
scriptfiles = None , |
|||
fail_count = 0 |
|||
) |
Create a new NTuple object and fill all members
Reimplemented in ComparisonPackage.
Definition at line 234 of file json_objects.py.