-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Trivial update to PFClusterFromHGCalMultiCluster.cc #32236
Conversation
Check if the multicluster is empty and move to the next one before having to compute the trackster PID, as it was implemented in the 11_1 "backport" PR cms-sw#31907 (it avoids computing the probabilities when not needed) @rovere @felicepantaleo
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32236/19988
|
A new Pull Request was created by @perrotta for master. It involves the following packages: RecoParticleFlow/PFClusterProducer @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Thanks, @perrotta I also agree this is somewhat cleaner and, possibly, more efficient. |
Comparison is ready Comparison Summary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
assign upgrade |
New categories assigned: upgrade @kpedro88 you have been requested to review this Pull request/Issue and eventually sign? Thanks |
+upgrade |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Check if the multicluster is empty and move to the next one before having to compute the trackster PID, as it was implemented in the 11_1 "backport" PR #31907 (it avoids computing the probabilities when not needed)
@rovere @felicepantaleo, this is what I meant in the last paragraph of my comment #31907 (comment): just let me know if you have anything in contrary