-
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
optimize some hotspot use cases of deltaR and polar in reco/miniAOD (backport of #29918 ) #29919
optimize some hotspot use cases of deltaR and polar in reco/miniAOD (backport of #29918 ) #29919
Conversation
A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_10_6_X. It involves the following packages: CommonTools/CandAlgos @perrotta, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
+1 |
Comparison is ready Comparison Summary:
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
backport of #29918
Technical improvements to reduce time in calls to deltaR where polar Lorentz vectors can be used or where (eta,phi) are available directly.
Here the expected gain is mainly limited to miniIsolation and isolatedTracks.
In a 2016 re-miniAOD workflow 136.7611 times per event in relevant modules are reduced significantly for a total of about 4% of the re-miniAOD step:
no changes are expected based on #29918