-
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 null VertexRef
in DeepBoostedJetTagInfoProducer.cc
#45245
Conversation
cms-bot internal usage |
Incidentally, is PR testing done on Intel or AMD? |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45245/40626
|
A new Pull Request was created by @mandrenguyen for master. It involves the following packages:
@jfernan2, @cmsbuild, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45245/40627
|
Pull request #45245 was updated. @cmsbuild, @mandrenguyen, @jfernan2 can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4afc5f/39945/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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Null vertex ref are normal (if pfCand has no track associated )
the check |
IN anycase this PR cure the symptom NOT the cause!!! |
hold |
Pull request has been put on hold by @mandrenguyen |
Indeed this was clear. Thanks for the proposed solution, I will update the PR with your suggestion and test it, when I find a free moment (offline F2F meeting happening now) |
@VinInn If you prefer, feel free to open a new PR of course. |
Avoids an invalid reference exception discussed here:
#45190
The issue only pops up on AMD for a reason that's not clear to me.
I have admittedly not investigated why the VertexRef is null.