-
Notifications
You must be signed in to change notification settings - Fork 173
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!: Split TrackStateProxy into own header, public #2807
refactor!: Split TrackStateProxy into own header, public #2807
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2807 +/- ##
=======================================
Coverage 48.62% 48.62%
=======================================
Files 480 482 +2
Lines 28033 28032 -1
Branches 13263 13262 -1
=======================================
+ Hits 13630 13631 +1
+ Misses 4803 4801 -2
Partials 9600 9600 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 01fead7physmon summary
|
This moves TrackStateProxy into it's own header file, and moves it out of the `detail_lt` namespace.
1cda4aa
to
259bff4
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.
clean cut - I like it!
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.
Nice! Definitely in favour of this!
…t#2807) This moves TrackStateProxy into its own header file, and moves it out of the `detail_lt` namespace. Blocked by: - acts-project#2712 BREAKING CHANGE: `Acts::detail_lt::TrackStateProxy` moves to `Acts::TrackStateProxy` and include `Acts/EventData/TrackStateProxy.hpp`
This is pulled out of acts-project#2797 and includes only the doxygen comment changes. Blocked by: - acts-project#2712 - acts-project#2817 - acts-project#2807
This moves TrackStateProxy into its own header file, and moves it out
of the
detail_lt
namespace.Blocked by:
BREAKING CHANGE:
Acts::detail_lt::TrackStateProxy
moves toActs::TrackStateProxy
and includeActs/EventData/TrackStateProxy.hpp