Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, package, title, rootfile, compared_revisions=None, plots=None, has_reference=False, ntuples=None, html_content=None, description=None) |
Public Attributes | |
compared_revision | |
label of the revision which were used in this comparison | |
ntuples | |
the ntuples which were compared | |
html_content | |
user's html content | |
has_reference | |
true if a reference file is available for this plot file | |
comparison_error | |
the number of failed comparisons in this file | |
comparison_error_shifter | |
the number of failed comparisons of shifter plots in this file | |
comparison_warning | |
the number of comparisons which resulted in a warning | |
comparison_warning_shifter | |
the number of comparisons of shifter plots in this file which resulted in a warning | |
n_shifter_ntuples | |
Number of shifter ntuples. | |
show_shifter | |
Show to shifter, i.e. More... | |
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. | |
Contains information about a file containing plots and the comparison which have been performed for the content of this file
Definition at line 296 of file json_objects.py.
def __init__ | ( | self, | |
package, | |||
title, | |||
rootfile, | |||
compared_revisions = None , |
|||
plots = None , |
|||
has_reference = False , |
|||
ntuples = None , |
|||
html_content = None , |
|||
description = None |
|||
) |
Create a new ComparisonPlotFile object and fill all members
Definition at line 303 of file json_objects.py.
show_shifter |
Show to shifter, i.e.
is there at least one non-expert plot?
Definition at line 371 of file json_objects.py.