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