-
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
refactor: KalmanVertex(Track)Updater
interface change
#2955
refactor: KalmanVertex(Track)Updater
interface change
#2955
Conversation
0fa0d0e
to
49d2a7a
Compare
3979a6e
to
c4f6b1c
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2955 +/- ##
==========================================
- Coverage 48.82% 48.78% -0.05%
==========================================
Files 496 493 -3
Lines 28938 28914 -24
Branches 13751 13752 +1
==========================================
- Hits 14130 14105 -25
Misses 4909 4909
- Partials 9899 9900 +1 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 0489b93physmon summary
|
Refactored again now @andiwand. I think the duplication of functions should be resolved now, and only two functions remain in the header. |
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.
awesome!
…#2955) This changes the interface found in `KalmanVertexUpdater` and `KalmanVertexTrackUpdater` to handling the dispatch into 3 and 4 dimensions at runtime inside their respective compilation units. Part of: - acts-project#2842 Blocked by: - acts-project#2948
…#2955) This changes the interface found in `KalmanVertexUpdater` and `KalmanVertexTrackUpdater` to handling the dispatch into 3 and 4 dimensions at runtime inside their respective compilation units. Part of: - acts-project#2842 Blocked by: - acts-project#2948
This changes the interface found in
KalmanVertexUpdater
andKalmanVertexTrackUpdater
to handling the dispatch into 3 and 4 dimensions at runtime inside their respective compilation units.Part of:
Blocked by:
IVertexFinder
interface, use in vertexing #2948