![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, title, contact=None, description=None, check=None, is_expert=None, json_file_path=None) | |
Public Attributes | |
| title = title | |
| Text used as title for the ntuple item. | |
| contact = contact | |
| name of contact person | |
| json_file_path = json_file_path | |
| path to the json file which contains the individual numbers of the ntuple (must be relative to html dir!) | |
| is_expert = is_expert | |
| true if this is marked as an expert-only ntuple list | |
| description = description | |
| telling description for this ntuple | |
| check = check | |
| what should be checked for in this ntuple ? | |
Comparison outcome for NTuples
Definition at line 450 of file json_objects.py.
| __init__ | ( | self, | |
| title, | |||
| contact = None, | |||
| description = None, | |||
| check = None, | |||
| is_expert = None, | |||
| json_file_path = None ) |
Create a new ComparisonNTuple object and fill all members
Definition at line 456 of file json_objects.py.
|
inherited |
what should be checked for in this ntuple ?
Definition at line 217 of file json_objects.py.
| contact = contact |
name of contact person
Definition at line 476 of file json_objects.py.
|
inherited |
telling description for this ntuple
Definition at line 215 of file json_objects.py.
|
inherited |
true if this is marked as an expert-only ntuple list
Definition at line 213 of file json_objects.py.
| json_file_path = json_file_path |
path to the json file which contains the individual numbers of the ntuple (must be relative to html dir!)
Definition at line 479 of file json_objects.py.
| title = title |
Text used as title for the ntuple item.
Definition at line 474 of file json_objects.py.