Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing parameters in pyhf and root fits #19

Open
danikam opened this issue Nov 17, 2020 · 0 comments
Open

Fixing parameters in pyhf and root fits #19

danikam opened this issue Nov 17, 2020 · 0 comments

Comments

@danikam
Copy link
Contributor

danikam commented Nov 17, 2020

While doing the validation for the displaced slepton analysis, it was found that it would be helpful to fix the mu_Sig parameter to 0 to do a bkg-only fit when comparing the fitted nuisance params in compare_fitted_nuisance.py . To do so, the following mods were needed:

line 58: bestfit = pyhf.infer.mle.fit(data, model) --> bestfit = pyhf.infer.mle.fixed_poi_fit(0.0, data, model)

After line 25: workspace.var('mu_Sig').setVal(0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant