Belle II Software development
|
Public Member Functions | |
def | __init__ (self, title, contact=None, description=None, check=None, is_expert=None, json_file_path=None) |
Public Attributes | |
title | |
Text used as title for the ntuple item. | |
contact | |
name of contact person | |
json_file_path | |
path to the json file which contains the individual numbers of the ntuple (must be relative to html dir!) | |
Comparison outcome for NTuples
Definition at line 450 of file json_objects.py.
def __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
Reimplemented from NTuple.
Definition at line 456 of file json_objects.py.
contact |
name of contact person
Definition at line 476 of file json_objects.py.
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 |
Text used as title for the ntuple item.
Definition at line 474 of file json_objects.py.