Skip to content

BAT mods

Tote Hughes edited this page Nov 16, 2017 · 1 revision

Minuit

I've made the following modifications to src/BCIntegrate.cxx in order to tweak Minuit:

[+] fMinuit->Command("SET STR 2");

[-] GetParameter(i).GetRangeWidth() / 100.,
[+] GetParameter(i).GetRangeWidth() / 1000.,

[-] fMinuitArglist[1] = 0.01;
[+] fMinuitArglist[1] = 0.1;

Clone this wiki locally