Belle II Software  release-08-01-10
Package Class Reference
Inheritance diagram for Package:
Collaboration diagram for Package:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.


The documentation for this class was generated from the following file: