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