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


Public Member Functions | |
| __init__ (self, is_expert=False, description=None, check=None, contact=None, width=None, height=None, issue=None) | |
Public Attributes | |
| is_expert = is_expert | |
| true if this is marked as an expert-only plot | |
| description = description | |
| telling description for this plot | |
| check = check | |
| What should be checked for in this plot ? | |
| contact = contact | |
| Who is the contact person for this plot ? | |
| width = width | |
| width of the plot in pixels | |
| height = height | |
| height of the plot in pixels | |
| issue = issue | |
| linked issues | |
Wrapper for one specific plot.
Definition at line 162 of file json_objects.py.
| __init__ | ( | self, | |
| is_expert = False, | |||
| description = None, | |||
| check = None, | |||
| contact = None, | |||
| width = None, | |||
| height = None, | |||
| issue = None ) |
Create a new Plot object and fill all members
Definition at line 168 of file json_objects.py.
| check = check |
What should be checked for in this plot ?
Definition at line 187 of file json_objects.py.
| contact = contact |
Who is the contact person for this plot ?
Definition at line 189 of file json_objects.py.
| description = description |
telling description for this plot
Definition at line 185 of file json_objects.py.
| height = height |
height of the plot in pixels
Definition at line 193 of file json_objects.py.
| is_expert = is_expert |
true if this is marked as an expert-only plot
Definition at line 183 of file json_objects.py.
| issue = issue |
linked issues
Definition at line 197 of file json_objects.py.
| width = width |
width of the plot in pixels
Definition at line 191 of file json_objects.py.