Skip to content
Snippets Groups Projects
Unverified Commit 856c2adf authored by Jonas Rembser's avatar Jonas Rembser Committed by GitHub
Browse files

[RF] Specify the default RooMinimizer minimizer type in only one place

The default minimizer type was specified both in the RooMinimizer
itself, as well as in the `fitTo` methods. This is not optimal, as one
would have to remember to change it everywhere if the defaults are
changed in RooFit.

In RooStats, there were a few places where the RooMinimizer defaults
were obtained via
`ROOT::Math::MinimizerOptions::DefaultMinimizerType` directly. This
is now done for all RooFit libraries to be consistent.
parent 01f87542
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 70 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment