-
Notifications
You must be signed in to change notification settings - Fork 178
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: GSF add final multi-component state to track container #1928
feat: GSF add final multi-component state to track container #1928
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1928 +/- ##
=======================================
Coverage 49.82% 49.83%
=======================================
Files 421 421
Lines 23878 23900 +22
Branches 10835 10844 +9
=======================================
+ Hits 11898 11910 +12
- Misses 4366 4367 +1
- Partials 7614 7623 +9
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for b4d3e9eFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
Is this useful for debugging only, or also for primary outputs? |
Hmm so in principle this is not only for debugging, e.g. it could be useful in LDMX, but also I have some plans myself to try some things with this. However, before that I will need to add a proper writer... But I would do this seperately, since I'm not yet sure how to approach this. |
Co-authored-by: Andreas Stefl <stefl.andreas@gmail.com>
Co-authored-by: Andreas Stefl <stefl.andreas@gmail.com>
This is triggered if the GSF finds the column "gsf-final-multi-component-state" in the track container. This does not yet include writing into a root file, since there is no
TrackContainerWriter
or something similar yet.