Belle II Software  release-06-01-15
ComparisonPlot Class Reference
Inheritance diagram for ComparisonPlot:
Collaboration diagram for ComparisonPlot:

Public Member Functions

def __init__ (self, title, comparison_result=None, png_filename=None, pdf_filename=None, contact=None, description=None, check=None, is_expert=None, plot_path=None, comparison_text=None, height=None, width=None, warnings=None)
 

Public Attributes

 title
 tile used to display this plot
 
 comparison_result
 text string for the comparison outcome
 
 comparison_text
 verbose text describing the outcome of the comparison
 
 png_filename
 the filename of the png file plotted with the comparison graphs
 
 pdf_filename
 the filename of the pdf file plotted with the comparison graphs
 
 plot_path
 path were the png and pdf files are located (relative to the html directory; has to end with trailing '/'!)
 
 warnings
 Warnings ("no contact" person etc.)
 
 is_expert
 true if this is marked as an expert-only plot
 
 description
 telling description for this plot
 
 check
 What should be checked for in this plot ?
 
 contact
 Who is the contact person for this plot ?
 
 width
 width of the plot in pixels
 
 height
 height of the plot in pixels
 

Detailed Description

One individual plot including its comparison outcome.

Definition at line 365 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  title,
  comparison_result = None,
  png_filename = None,
  pdf_filename = None,
  contact = None,
  description = None,
  check = None,
  is_expert = None,
  plot_path = None,
  comparison_text = None,
  height = None,
  width = None,
  warnings = None 
)
Create a new ComparisonPlot object and fill all members

Definition at line 371 of file json_objects.py.


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