-
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
fix: Robust perigee propagation in HelicalTrackLinearizer
#2930
fix: Robust perigee propagation in HelicalTrackLinearizer
#2930
Conversation
Can we synchronize this with my vertexing changes? I'm changing how the linearizer calls into the propagation. |
📊: Physics performance monitoring for 9e0964bphysmon summary
|
Sure this is not in a rush. I fear that this is conflicting with your changes and I am not sure how to best resolve that yet |
HelicalTrackLinearlizer
HelicalTrackLinearizer
blocked by vertexing refactor atm |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2930 +/- ##
==========================================
+ Coverage 48.68% 48.86% +0.18%
==========================================
Files 493 493
Lines 29052 29058 +6
Branches 13850 13798 -52
==========================================
+ Hits 14143 14200 +57
+ Misses 4965 4962 -3
+ Partials 9944 9896 -48 ☔ View full report in Codecov by Sentry. |
@paulgessinger I fear something broke in the physmon monitoring https://github.com/acts-project/acts/actions/runs/8204327988 failed but is flagged as green |
@andiwand i think the job that should update the content just didn't run (yet?) |
…ject#2930) This fixes another case where the overstepping tolerance bites us from behind. Perigee surfaces are prone to the issue of bad path length estimation so we need a special treatment. discovered in acts-project#2917
…ject#2930) This fixes another case where the overstepping tolerance bites us from behind. Perigee surfaces are prone to the issue of bad path length estimation so we need a special treatment. discovered in acts-project#2917
…ject#2930) This fixes another case where the overstepping tolerance bites us from behind. Perigee surfaces are prone to the issue of bad path length estimation so we need a special treatment. discovered in acts-project#2917
This fixes another case where the overstepping tolerance bites us from behind. Perigee surfaces are prone to the issue of bad path length estimation so we need a special treatment.
discovered in #2917