Belle II Software development
|
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. | |
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.
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
Reimplemented from PlotFile.
Definition at line 317 of file json_objects.py.
compared_revision |
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.
has_reference |
true if a reference file is available for this plot file
Definition at line 351 of file json_objects.py.
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.
ntuples |
the ntuples which were compared
Definition at line 346 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.