-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[RF] Consider the SplitRange
in overlap checks for simultaneous PDFs
#11401
Conversation
Starting build on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Build failed on ROOT-ubuntu18.04/nortcxxmod. Failing tests: |
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
Build failed on ROOT-debian10-i386/soversion. Failing tests: |
When the `SplitRange` command arguemnt is used in `RooAbsPdf::createNLL`, the actual range names used for the fit depend on the channel, with the range names suffixed by the category name. This should be considered correctly in the overlap checks. Closes root-project#11396.
46f4f97
to
960556f
Compare
Starting build on |
Little update to |
Build failed on windows10/cxx14. Errors:
And 121 more |
Build failed on mac11/cxx14. Warnings:
|
Build failed on mac1015/cxx17. Errors:
|
When the
SplitRange
command arguemnt is used inRooAbsPdf::createNLL
, the actual range names used for the fit depend on the channel, with the range names suffixed by the category name. This should be considered correctly in the overlap checks.Closes #11396.