Belle II Software  release-08-01-10
PlotFile Class Reference
Inheritance diagram for PlotFile:
Collaboration diagram for PlotFile:

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.
 

Detailed Description

Wrapper for a file containing a set of plots, only
root files up to now

Definition at line 122 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  package,
  title,
  rootfile,
  plots,
  description = "" 
)
Create a new PlotFile object and fill all members

Definition at line 129 of file json_objects.py.


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