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

[RF] Implement channel masking for simultaneous likelihoods #16999

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guitargeek
Copy link
Contributor

Upstreaming a feature from CMS combine.

Draft for now.

@guitargeek guitargeek self-assigned this Nov 20, 2024
Copy link

Test Results

    17 files      17 suites   4d 7h 2m 54s ⏱️
 2 683 tests  2 682 ✅ 0 💤  1 ❌
44 061 runs  44 044 ✅ 0 💤 17 ❌

For more details on these failures, see this check.

Results for commit d5e95ac.

@@ -357,7 +358,7 @@ std::unique_ptr<RooAbsArg> createSimultaneousNLL(RooSimultaneous const &simPdf,
}

// Time to sum the NLLs
auto nll = std::make_unique<RooAddition>("mynll", "mynll", nllTerms);
auto nll = std::make_unique<RooSimNLL>("mynll", "mynll", nllTerms, simCat, true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the test failures due to this change?

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

Successfully merging this pull request may close these issues.

2 participants