Skip to content
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: Optional curvilinear state in Propagator #2444

Merged
merged 5 commits into from
Sep 15, 2023

Conversation

paulgessinger
Copy link
Member

So far, without a target surface, the propagator unconditionally produces curvilinear parameters, and allocates a plane surface for this. This adds an argument, which if set to false tells the Propagator not to do that. In particular, we don't use this curvilinear state at all in the CKF and KF (I'm not sure about the GSF).

So far, without a target surface, the propagator unconditionally
produces curvilinear parameters, and allocates a plane surface for this.
This adds an argument, which if set to false tells the Propagator not to
do that. In particular, we don't use this curvilinear state at all in
the CKF and KF (I'm not sure about the GSF).
@paulgessinger paulgessinger added this to the next milestone Sep 13, 2023
@benjaminhuth
Copy link
Member

In particular, we don't use this curvilinear state at all in the CKF and KF (I'm not sure about the GSF).

It isn't used in the GSF either. Rather, the requirement to provide this functionality is a bit annoying (but it should be there I guess)

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #2444 (d358bbc) into main (9e20cea) will decrease coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is 56.52%.

@@            Coverage Diff             @@
##             main    #2444      +/-   ##
==========================================
- Coverage   49.71%   49.70%   -0.01%     
==========================================
  Files         461      461              
  Lines       25989    25990       +1     
  Branches    11934    11935       +1     
==========================================
- Hits        12921    12919       -2     
- Misses       4600     4602       +2     
- Partials     8468     8469       +1     
Files Changed Coverage Δ
Core/include/Acts/Propagator/Propagator.hpp 93.33% <ø> (ø)
Core/include/Acts/Surfaces/CylinderSurface.hpp 100.00% <ø> (ø)
Core/include/Acts/Surfaces/DiscSurface.hpp 100.00% <ø> (ø)
Core/include/Acts/Surfaces/PlaneSurface.hpp 100.00% <ø> (ø)
...re/include/Acts/TrackFitting/GaussianSumFitter.hpp 43.91% <ø> (ø)
Core/include/Acts/Propagator/Propagator.ipp 43.58% <42.85%> (+0.73%) ⬆️
...nclude/Acts/TrackFitting/GlobalChiSquareFitter.hpp 39.39% <50.00%> (ø)
Core/include/Acts/TrackFitting/KalmanFitter.hpp 43.22% <50.00%> (ø)
Core/src/Surfaces/CylinderSurface.cpp 37.98% <50.00%> (ø)
Core/src/Surfaces/DiscSurface.cpp 33.33% <66.66%> (ø)
... and 2 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@benjaminhuth benjaminhuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get it in!

@kodiakhq kodiakhq bot merged commit fb15929 into acts-project:main Sep 15, 2023
58 checks passed
@paulgessinger paulgessinger modified the milestones: next, v29.2.0 Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants