-
Notifications
You must be signed in to change notification settings - Fork 183
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
Adds 2D plotting script PostFit2DShapesFromWorkspace.cpp #223
Conversation
Hi Lucas, thanks for the PR. It's useful to know that there's demand for 2D shape evaluation in CH. I'm a little hesitant to merge this straightaway since it duplicates a lot of existing code, which makes things harder to maintain in the future. We've been planning to significantly rework CH under the hood this year anyway, so it might be better if we take this into account while we're doing that. Is that ok for you? |
Hi Andrew, I certainly agree about the duplication of existing code. I mainly wanted to bring this forward since I'm the only one who's looked at it but I think having 2D shapes in one form or another would be beneficial to others as well. I'm happy to wait for the rework. Thanks for looking at it! |
Update with official changes
to match 1D version from update of official release
Add ability for RooParametricHist templates
Update this fork with central repo changes
Adds 2D plotting script PostFit2DShapesFromWorkspace.cpp and supporting infrastructure to go with the addition of a RooParametricHist2D class which has a PR here [1] with a full description.
[1] - cms-analysis/HiggsAnalysis-CombinedLimit#545