-
Notifications
You must be signed in to change notification settings - Fork 176
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 time info in Kalman vertex fit #2544
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2544 +/- ##
==========================================
+ Coverage 49.54% 49.61% +0.06%
==========================================
Files 474 473 -1
Lines 26929 26922 -7
Branches 12425 12405 -20
==========================================
+ Hits 13343 13357 +14
- Misses 4749 4753 +4
+ Partials 8837 8812 -25 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 989cebdFull contents |
…ys-d-time-fitting
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.
looks good to me. I think the performance needs to be studied in a more global setting anyway. I am fine with a small loss
Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp
Outdated
Show resolved
Hide resolved
Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp
Outdated
Show resolved
Hide resolved
Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp
Outdated
Show resolved
Hide resolved
Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Alexander J. Pfleger <[email protected]>
…nto always-d-time-fitting
…ys-d-time-fitting
…ys-d-time-fitting
can you resolve the conflict @felix-russo ? |
Closing in favor of #2751 |
Since we introduced the time coordinate in tracking, I propose to the same in the Kalman vertex fitter now that the Jacobians of
HelicalTrackLinearizer
are filled entirely.Starting to factor this out, blocked by: