Skip to content

Add option for specifying error level

Matthew Joseph Basso requested to merge add-error-level-option into master

When calling fit.py, uses can now specify the error level for the MINUIT using --errorLevel <number>, where 0.5 is the default case (68% CL). But one could also use e.g. 1.96 (95% CL). The error level is reflected in the returned uncertainties from MIGRAD, HESSE, or MINOS.

Edited by Matthew Joseph Basso

Merge request reports