-
Notifications
You must be signed in to change notification settings - Fork 174
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!: Generalize Accessors for Tracks and TrackStates #2819
Conversation
This could also avoid being breaking by typedefing, but we're scheduled for a major version anyway, so I'm not doing that. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2819 +/- ##
==========================================
+ Coverage 48.82% 48.86% +0.04%
==========================================
Files 484 485 +1
Lines 28173 28175 +2
Branches 13292 13280 -12
==========================================
+ Hits 13755 13769 +14
Misses 4821 4821
+ Partials 9597 9585 -12 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 6c15bdfphysmon summary
|
Uses the same underlying pattern but now works for both tracks and trackstates
5e70bb1
to
03319e4
Compare
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 👍
…2819) Uses the same underlying pattern but now works for both tracks and trackstates Blocked by: - acts-project#2816 BREAKING CHANGE: `TrackAcessor` and `ConstTrackAccessor` become `ProxyAccessor` and `ConstProxyAccessor`, and move to `Acts/EventData/ProxyAccessor.hpp`.
Uses the same underlying pattern but now works for both tracks and
trackstates
Blocked by:
BREAKING CHANGE:
TrackAcessor
andConstTrackAccessor
becomeProxyAccessor
andConstProxyAccessor
, and move toActs/EventData/ProxyAccessor.hpp
.