Skip to content
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

Added more detail regarding current status/progress of TAC-HEP project #38

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _trainees/twnelson0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ presentations:
---

## Project
I am working on porting the CMS E/Gamma Reconstruction code to run on GPUs. Currently the project is focused on the electron seeding. I am working on this project with Dr. Charis Koraka, Dr. Matti Kortelainen and Dr. Andrea Bocci.

I am currently working on porting the doublet/triplet seed building code and seed matching code from the CMSSW e/gamma reconstruction algorithm to run on GPUs using the ALPAKA library. The e/gamma pixel matching algorithm was chosen as it comprises 5%-10% of both HLT and offline reconstruction time. The goal of the project is to have a working implementation of the GPU compatible code integrated in CMSSW by the end of this year. Over the past year I have performed efficiency studies on the reconstructed electrons. The efficiency is the ratio of the number of reconstructed electrons using the new algorithm to the number of reconstructed electrons using the old algorithm. These studies also compared the kinematic distributions of the reconstructed electrons and looked at the timing of the different algorithms. These studies have been used to validate the physics performance of the new algorithm. In March of 2024 I participated in the 15th Patatrack hackathon and wrote an initial implementation of an ALPAKA compatible endcap propagator. This function is designed to extrapolate a track that is compatible with an electron whose trajectory is towards one of the two ECAL endcaps. I then integrated this function into the electron seed producer.
## Mentors
* Dr. Charis Koraka (University of Wisconsin-Madison)
* Dr. Tulika Bose (University of Wisconsin-Madison)
Expand Down
Loading