Belle II Software development
|
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 241 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 248 of file json_objects.py.
fail_count |
contains the number how many scripts failed to execute with error
Definition at line 267 of file json_objects.py.
name |
name of the package
Definition at line 259 of file json_objects.py.
plotfiles |
list of plotfiles which were produced by the scripts in this package
Definition at line 261 of file json_objects.py.
scriptfiles |
scripts which were run or skipped as this package was executed
Definition at line 263 of file json_objects.py.
visible |
true if this package is displayed on the default validation website
Definition at line 265 of file json_objects.py.