![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| __init__ (self, title, contact=None, description=None, check=None, is_expert=None, html_content=None) | |
Public Attributes | |
| title = title | |
| Text used as title for the ntuple item. | |
| contact = contact | |
| name of contact person | |
| html_content = html_content | |
| path to the json file which contains the individual numbers of the ntuple | |
| is_expert = is_expert | |
| true if this is marked as an expert-only HTML code | |
| description = description | |
| telling description for this HTML code | |
| check = check | |
| what should be checked for in this HTML code | |
Compiled HTLM Content
Definition at line 482 of file json_objects.py.
| __init__ | ( | self, | |
| title, | |||
| contact = None, | |||
| description = None, | |||
| check = None, | |||
| is_expert = None, | |||
| html_content = None ) |
Create a new ComparisonNTuple object and fill all members
Definition at line 488 of file json_objects.py.
|
inherited |
what should be checked for in this HTML code
Definition at line 238 of file json_objects.py.
| contact = contact |
name of contact person
Definition at line 508 of file json_objects.py.
|
inherited |
telling description for this HTML code
Definition at line 236 of file json_objects.py.
| html_content = html_content |
path to the json file which contains the individual numbers of the ntuple
Definition at line 511 of file json_objects.py.
|
inherited |
true if this is marked as an expert-only HTML code
Definition at line 234 of file json_objects.py.
| title = title |
Text used as title for the ntuple item.
Definition at line 506 of file json_objects.py.