![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, package, title, rootfile, compared_revisions=None, plots=None, has_reference=False, ntuples=None, html_content=None, description=None) | |
Public Attributes | |
compared_revision = compared_revisions | |
label of the revision which were used in this comparison | |
ntuples = ntuples | |
the ntuples which were compared | |
html_content = html_content | |
user's html content | |
has_reference = 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. | |
package = package | |
name of the package which created this file | |
title = title | |
Display name of this file. | |
rootfile = rootfile | |
filename of the root file | |
plots = plots | |
list of plots which are contained inside this plot file | |
description = description | |
Description of plot file. | |
n_shifter_plots = sum([not plot.is_expert for plot in self.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 310 of file json_objects.py.
__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 317 of file json_objects.py.
compared_revision = compared_revisions |
label of the revision which were used in this comparison
Definition at line 344 of file json_objects.py.
comparison_error |
the number of failed comparisons in this file
Definition at line 354 of file json_objects.py.
comparison_error_shifter |
the number of failed comparisons of shifter plots in this file
Definition at line 358 of file json_objects.py.
comparison_warning |
the number of comparisons which resulted in a warning
Definition at line 366 of file json_objects.py.
comparison_warning_shifter |
the number of comparisons of shifter plots in this file which resulted in a warning
Definition at line 371 of file json_objects.py.
|
inherited |
Description of plot file.
Definition at line 157 of file json_objects.py.
has_reference = has_reference |
true if a reference file is available for this plot file
Definition at line 351 of file json_objects.py.
html_content = html_content |
user's html content
Definition at line 348 of file json_objects.py.
n_shifter_ntuples |
Number of shifter ntuples.
Definition at line 380 of file json_objects.py.
|
inherited |
Number of shifter plots.
Definition at line 159 of file json_objects.py.
ntuples = ntuples |
the ntuples which were compared
Definition at line 346 of file json_objects.py.
|
inherited |
name of the package which created this file
Definition at line 149 of file json_objects.py.
|
inherited |
list of plots which are contained inside this plot file
Definition at line 155 of file json_objects.py.
|
inherited |
filename of the root file
Definition at line 153 of file json_objects.py.
show_shifter |
Show to shifter, i.e.
is there at least one non-expert plot?
Definition at line 385 of file json_objects.py.
|
inherited |
Display name of this file.
Definition at line 151 of file json_objects.py.