JelleAalbers / blueice

Build Likelihoods Using Efficient Interpolations and monte-Carlo generated Events
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

Minuit 2 support #36

Open JelleAalbers opened 2 years ago

JelleAalbers commented 2 years ago

Blueice's minuit wrappers assume the minuit 1 API. The minuit 2 API is slightly different, see here. Unfortunately this means blueice's minuit inference methods no longer work in post-2020 setup; we instead get an error about a missing 'print_level' initialization argument. That could be all, or it could be the tip of the iceberg.