-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: Make hit indices usable in Geant4 #1817
feat: Make hit indices usable in Geant4 #1817
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1817 +/- ##
=======================================
Coverage 49.56% 49.56%
=======================================
Files 407 407
Lines 22618 22618
Branches 10316 10316
=======================================
Hits 11211 11211
Misses 4227 4227
Partials 7180 7180 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 6344302Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good - just one thing I wanted to clarify
sorry I reviewed this but kept it as a draft somehow 😳 |
Currently, the hit indices produced by the Geant4 simulation algorithm are not indexed based on the particle ID, but just globally in one event. This PR fixes this.