Belle II Software development
NTuple Class Reference
Inheritance diagram for NTuple:
JsonBase ComparisonNTuple

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 ?
 

Detailed Description

Wrapper for NTuple lists. This is not a graphical plot, but a list of
values

Definition at line 200 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

__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.

207 def __init__(self, is_expert=False, description=None, check=None):
208 """
209 Create a new NTuple object and fill all members
210 """
211
212
213 self.is_expert = is_expert
214
215 self.description = description
216
217 self.check = check
218
219

Member Data Documentation

◆ check

check = check

what should be checked for in this ntuple ?

Definition at line 217 of file json_objects.py.

◆ description

description = description

telling description for this ntuple

Definition at line 215 of file json_objects.py.

◆ is_expert

is_expert = is_expert

true if this is marked as an expert-only ntuple list

Definition at line 213 of file json_objects.py.


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