-
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
Patatrack integration - Pixel local reconstruction (9/N) #31721
Patatrack integration - Pixel local reconstruction (9/N) #31721
Conversation
The code-checks are being triggered in jenkins. |
For all questions, please address @makortel @felicepantaleo @VinInn @rovere . |
-code-checks ERROR: Build errors found during clang-tidy run.
|
See [#31703](cms-sw/cmssw#31703) Patatrack integration - common data formats (5/N) [#31704](cms-sw/cmssw#31704) Patatrack integration - calorimeters shared code (6/N) [#31719](cms-sw/cmssw#31719) Patatrack integration - ECAL local reconstruction (7/N) [#31720](cms-sw/cmssw#31720) Patatrack integration - HCAL local reconstruction (8/N) [#31721](cms-sw/cmssw#31721) Patatrack integration - Pixel local reconstruction (9/N) [#31722](cms-sw/cmssw#31722) Patatrack integration - Pixel track reconstruction (10/N) [#31723](cms-sw/cmssw#31723) Patatrack integration - Pixel vertex reconstruction (11/N)
See - cms-sw/cmssw#31703: Patatrack integration - common data formats (5/N) - cms-sw/cmssw#31704: Patatrack integration - calorimeters shared code (6/N) - cms-sw/cmssw#31719: Patatrack integration - ECAL local reconstruction (7/N) - cms-sw/cmssw#31720: Patatrack integration - HCAL local reconstruction (8/N) - cms-sw/cmssw#31721: Patatrack integration - Pixel local reconstruction (9/N) - cms-sw/cmssw#31722: Patatrack integration - Pixel track reconstruction (10/N) - cms-sw/cmssw#31723: Patatrack integration - Pixel vertex reconstruction (11/N)
+upgrade |
If you were annoyed by the long review process and the large amount of comments and changes, sorry for that; we hope that this PR has finally settled down, so these could hopefully be your final signatures here. |
+1 |
+operations |
kind reminder @cms-sw/alca-l2 @cms-sw/db-l2 @cms-sw/geometry-l2 @cms-sw/simulation-l2 |
+1 |
+1 |
+1 |
+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) |
+1 |
PR description:
Data formats and algorithms for the Pixel local reconstruction running on GPU.
Includes the Pixel unpacking, clustering, up to the rechits.
Includes the relevant changes to the Pixel validation sequences.
Some documentation about the pixel local reconstruction implementation in Patatrack can be found in these presentations:
#32483 lists open issues to be followed up after the integration of this PR.
PR validation:
Changes in use in the Patatrack releases.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Includes changes from:
gpu
modifier to read the pixel clusters from the unpacker cms-patatrack/cmssw#31 Use thegpu
modifier to read the pixel clusters from the unpackerRawToDigi_kernel
cms-patatrack/cmssw#206 Fix access to uninitialised memory in RawToDigi_kernel