![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self, package, title, rootfile, plots, description="") |
Public Attributes | |
| package | |
| name of the package which created this file | |
| title | |
| Display name of this file. | |
| rootfile | |
| filename of the root file | |
| plots | |
| list of plots which are contained inside this plot file | |
| description | |
| Description of plot file. | |
| n_shifter_plots | |
| Number of shifter plots. | |
Wrapper for a file containing a set of plots, only root files up to now
Definition at line 136 of file json_objects.py.
| def __init__ | ( | self, | |
| package, | |||
| title, | |||
| rootfile, | |||
| plots, | |||
description = "" |
|||
| ) |
Create a new PlotFile object and fill all members
Reimplemented in ComparisonPlotFile.
Definition at line 143 of file json_objects.py.
| description |
Description of plot file.
Definition at line 157 of file json_objects.py.
| n_shifter_plots |
Number of shifter plots.
Definition at line 159 of file json_objects.py.
| package |
name of the package which created this file
Definition at line 149 of file json_objects.py.
| plots |
list of plots which are contained inside this plot file
Definition at line 155 of file json_objects.py.
| rootfile |
filename of the root file
Definition at line 153 of file json_objects.py.
| title |
Display name of this file.
Definition at line 151 of file json_objects.py.