-
Notifications
You must be signed in to change notification settings - Fork 173
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!: Remove input_track_t
template parameters
#2880
refactor!: Remove input_track_t
template parameters
#2880
Conversation
a698272
to
feab61e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2880 +/- ##
==========================================
- Coverage 48.96% 48.90% -0.07%
==========================================
Files 495 495
Lines 28918 28889 -29
Branches 13702 13707 +5
==========================================
- Hits 14161 14128 -33
Misses 4881 4881
- Partials 9876 9880 +4 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 7eac5caphysmon summary
|
feab61e
to
45b52fd
Compare
8004b30
to
238351b
Compare
206415a
to
ae96bde
Compare
ae96bde
to
aecff94
Compare
@andiwand this is ready now. |
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.
unnecessary complexity = gone
) This PR should completely remove the use of `input_track_t`. Part of: - acts-project#2842 Blocked by: - acts-project#2878
) This PR should completely remove the use of `input_track_t`. Part of: - acts-project#2842 Blocked by: - acts-project#2878
This PR switches away from using `std::function` for the parameter extraction to `Delegate`. Part of: - acts-project#2842 Blocked by: - acts-project#2880
) This PR should completely remove the use of `input_track_t`. Part of: - acts-project#2842 Blocked by: - acts-project#2878
This PR switches away from using `std::function` for the parameter extraction to `Delegate`. Part of: - acts-project#2842 Blocked by: - acts-project#2880
This PR should completely remove the use of
input_track_t
.Part of:
Blocked by:
VertexInfo
andVertexingOptions
#2878