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

Options for saving best-fit values for parameters w/o running Hesse and for loading parameters from a RooArgList #688

Open
wants to merge 2 commits into
base: 102x-comb2021
Choose a base branch
from

Conversation

adewit
Copy link
Collaborator

@adewit adewit commented Sep 1, 2021

This adds an option --saveFitResultWithoutHesse to save the best fit parameter values to fit_mdf without triggering the Hesse run.

After some postprocessing (see PR in summer21 repository) into a RooArgList of fit parameters these can then be loaded to set the initial values of a new fit using --setParametersFromList <filename.root> where filename.root should contain a RooArgList fitpars that will be used to set the parameter values (the creation of this is taken care of by the postprocessing script)

The idea is that you can use the best fit values of a fit with a slightly different configuration as a starting point, e.g. the inclusive mu fit from the STXS fit, or the combined fit with the information from the fits of individual channels. The latter was tested in a combination of hgg, hzz, vhbb, tthbb, tthll (ie main STXS channels except hww, which had some problems), where the initial fit time was reduced by 30% by setting the initial NP values from the fit to those obtained from the individual channel fits.

@amarini amarini added the CMS Comb feature related to the cMS Higgs Comb label Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Comb feature related to the cMS Higgs Comb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants