-
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
Fix pixel CPE position [14.0.x] #45472
Fix pixel CPE position [14.0.x] #45472
Conversation
A new Pull Request was created by @fwyzard for CMSSW_14_0_X. It involves the following packages:
@cmsbuild, @fwyzard, @jfernan2, @makortel, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
backport #45471 |
type bugfix |
enable gpu |
test parameters:
|
please test |
+1 Size: This PR adds an extra 32KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
13e9f7b
to
fa8877a
Compare
+heterogeneous |
please test |
Pull request #45472 was updated. @jfernan2, @mandrenguyen can you please check and sign again. |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Rewrite the pixel CPE position calculation to improve the reproducibility of the results.
Fix the includes used in
DataFormats/TrackingRecHitSoA
to avoid the dependency onRecoLocalTracker/SiPixelRecHits
.Thanks to @missirol for spotitng the source of the discrepancy.
PR validation:
Tested on top of CMSSW 14.0.11 running the HLT over 100k events:
HLT_SingleEle8_v7
, going from 2% of the accepted events to being fully reproducible.GPU vs CPU results, without these changes
HLT_SingleEle8_v7
(2% of the accepted events)GPU vs CPU results, with these changes
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #45471 to 14.0.x for data taking.