-
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: Ambiguity solvers now use Track containers #1996
refactor: Ambiguity solvers now use Track containers #1996
Conversation
📊 Physics performance monitoring for 30fd23aFull 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! 👍
Codecov Report
@@ Coverage Diff @@
## main #1996 +/- ##
=======================================
Coverage 49.80% 49.80%
=======================================
Files 413 413
Lines 23596 23596
Branches 10676 10676
=======================================
Hits 11753 11753
Misses 4342 4342
Partials 7501 7501 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This PR change both Ambiguity solvers to use the Track container instead of the Trajectory ones.