![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, is_expert=False, description=None, check=None) | |
Public Attributes | |
| 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 ? | |
Wrapper for NTuple lists. This is not a graphical plot, but a list of values
Definition at line 200 of file json_objects.py.
| __init__ | ( | self, | |
| is_expert = False, | |||
| description = None, | |||
| check = None ) |
Create a new NTuple object and fill all members
Definition at line 207 of file json_objects.py.
| check = check |
what should be checked for in this ntuple ?
Definition at line 217 of file json_objects.py.
| description = description |
telling description for this ntuple
Definition at line 215 of file json_objects.py.
| is_expert = is_expert |
true if this is marked as an expert-only ntuple list
Definition at line 213 of file json_objects.py.