-
Notifications
You must be signed in to change notification settings - Fork 177
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
refactor: Trajectories stores MultiTrajectory pointer #1839
refactor: Trajectories stores MultiTrajectory pointer #1839
Conversation
This requires writing the tracks to the white board so the track state container stays alive after the algorithm ends.
📊 Physics performance monitoring for f3ef83aFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
Codecov Report
@@ Coverage Diff @@
## main #1839 +/- ##
=======================================
Coverage 49.50% 49.50%
=======================================
Files 407 407
Lines 22646 22646
Branches 10334 10334
=======================================
Hits 11210 11210
Misses 4247 4247
Partials 7189 7189 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 to me 👍
Examples/Algorithms/TrackFinding/include/ActsExamples/TrackFinding/TrackFindingAlgorithm.hpp
Show resolved
Hide resolved
...orithms/TrackFittingChi2/include/ActsExamples/TrackFittingChi2/TrackFittingChi2Algorithm.hpp
Show resolved
Hide resolved
Co-authored-by: Andreas Stefl <[email protected]>
Applied suggestions, can you reapprove @andiwand? |
Add a dedicated conversion algorithm from tracks to trajectories. Blocked by: - #1839 Co-authored-by: Louis-Guillaume Gagnon <[email protected]> Co-authored-by: Pierfrancesco Butti <[email protected]>
This is needed to be able to write a general tracks to trajectories converter.
This requires writing the tracks to the white board so the track state container stays alive after the algorithm ends.
Blocked by: