-
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!: Use BasePropagator interface in vertexing #2886
refactor!: Use BasePropagator interface in vertexing #2886
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2886 +/- ##
=======================================
Coverage 48.84% 48.85%
=======================================
Files 495 495
Lines 28909 28897 -12
Branches 13732 13726 -6
=======================================
- Hits 14122 14117 -5
- Misses 4890 4891 +1
+ Partials 9897 9889 -8 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for fc17517physmon summary
|
7a1cad0
to
a9da8d1
Compare
3138e97
to
cf08389
Compare
cf08389
to
d20ac6c
Compare
This is ready now, @andiwand |
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.
yes please!
Updated @andiwand |
Had some clang-tidy complains, let's see what it says now! |
This PR untemplates the ImpactParameterEstimator, HelicalTrackLinearizer and NumericalTrackLinearizer Part of: - acts-project#2842 Blocked by: - acts-project#2881 --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This allows removing the linearizer template from: - Billoir fitter - ZScan finder - IVF - AMVFitter Part of: - acts-project#2842 Blocked by: - acts-project#2886
This PR untemplates the ImpactParameterEstimator, HelicalTrackLinearizer and NumericalTrackLinearizer Part of: - acts-project#2842 Blocked by: - acts-project#2881 --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This allows removing the linearizer template from: - Billoir fitter - ZScan finder - IVF - AMVFitter Part of: - acts-project#2842 Blocked by: - acts-project#2886
This PR untemplates the ImpactParameterEstimator, HelicalTrackLinearizer and NumericalTrackLinearizer
Part of:
Blocked by:
Delegate
for parameter extraction #2881