The current plot_chi_squared script relies on the, now defunct, SystAnalyser class. We need to update this to two new scripts, based on the FitResults and Summary classes.
For each there should also be a ROOT equivalent, so in total we will have four scripts:
[ ] plot_fit_results.py
[ ] plot_fit_results_root.py
[ ] plot_summary.py
[ ] plot_summary_root.py
@jwaterfield, you added some functions to plot_root that use Summary, can you check that they still work with the improvements I made to Summary and then move them to plot_summary_root.py please. Would you also be able to make the pyplot versions?
The current
plot_chi_squared
script relies on the, now defunct,SystAnalyser
class. We need to update this to two new scripts, based on theFitResults
andSummary
classes.For each there should also be a ROOT equivalent, so in total we will have four scripts:
plot_fit_results.py
plot_fit_results_root.py
plot_summary.py
plot_summary_root.py
@jwaterfield, you added some functions to
plot_root
that useSummary
, can you check that they still work with the improvements I made toSummary
and then move them toplot_summary_root.py
please. Would you also be able to make the pyplot versions?I'll sort out both
fit_results
modules.