-
Notifications
You must be signed in to change notification settings - Fork 4.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
Protect against particles with zero weight and pt being given as input to njettiness #40081
Protect against particles with zero weight and pt being given as input to njettiness #40081
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40081/33058
|
A new Pull Request was created by @laurenhay (Lauren Hay) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ec3186/29031/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 Should include in next 12_4 |
I think we need the backports of this PR right? |
Just created! Need anything other than 12_4? |
Thanks Lauren! we need a 12_5_X backport as well! |
@francescobrivio did you test this with the failing jobs finally? |
Sorry Andrea I commented directly in the 12_4_X backport (see #40088 (comment)), yes I tested the failing job and the fix proposed here works!
Well the jobs were crashing due to the error fixed by this PR (#40081), I don't know about #40093: seems a very similar fix, but in a different producer which hasn't crashed in prompt (so far). |
PR description:
As discussed in issue #40032 , BoostedDoubleSVProducer caused an abort signal in a reco job.
We found that there were unrealistic kinematic values in fjParticles being input to njettiness and are protecting against it by requiring a nonzero weight and pt > epsilon.
PR validation:
Verified that this fix solves the issues in CMSSW_12_4_10_patch3. In current build (12_6_0_pre4) ran usual code check and that basic runTheMatrix workflows run.
@rappoccio