-
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
feat: extract impact parameters and their covariance matrix #2464
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2464 +/- ##
==========================================
- Coverage 49.86% 49.85% -0.01%
==========================================
Files 466 466
Lines 26249 26253 +4
Branches 12032 12034 +2
==========================================
+ Hits 13088 13089 +1
- Misses 4614 4615 +1
- Partials 8547 8549 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I like the idea! I have some comments.
Mainly it's choices, but I think you're returning an invalid dangling referene, which is unsafe.
…ject#2464) Allow extraction of the - impact parameters (i.e., `d0`, `z0`, and, optionally, `t`) and - the corresponding covariance matrix from `GenericBoundTrackParameters`
Allow extraction of the
d0
,z0
, and, optionally,t
) andfrom
GenericBoundTrackParameters