Skip to content
Snippets Groups Projects
Commit 24ad04d8 authored by Felix Metzner's avatar Felix Metzner
Browse files

Plotting sys shape effect of sig / norm ff sys only for relevant components.

parent 62ae0ba1
Branches
No related tags found
No related merge requests found
......@@ -1133,6 +1133,7 @@ class RDStarFitEvaluator:
latex_str=RDStarFitter.full_systematics_container.add_sys__ff_signal.latex_str,
normed_base_shape=fit_instance.template_shapes,
relative_shape_error=fit_instance.ff_sig_rel_shape_sys_uncert_matrix,
components_to_consider=("BpDztau", "BzDmtau", "BpDzStau", "BzDmStau"),
)
yield from sys_shape_plotter.create_systematics_shape_plots(sys_shape_info=example_sys_shape_info)
......@@ -1153,6 +1154,7 @@ class RDStarFitEvaluator:
latex_str=RDStarFitter.full_systematics_container.add_sys__ff_norm.latex_str,
normed_base_shape=fit_instance.template_shapes,
relative_shape_error=fit_instance.ff_norm_rel_shape_sys_uncert_matrix,
components_to_consider=("BpDzl", "BzDml", "BpDzSl", "BzDmSl"),
)
yield from sys_shape_plotter.create_systematics_shape_plots(sys_shape_info=example_sys_shape_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment