-
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
refactor: Refactor Examples to use tracks instead of trajectories #2560
refactor: Refactor Examples to use tracks instead of trajectories #2560
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2560 +/- ##
=======================================
Coverage 49.63% 49.63%
=======================================
Files 471 471
Lines 26690 26689 -1
Branches 12278 12277 -1
=======================================
Hits 13247 13247
Misses 4748 4748
+ Partials 8695 8694 -1
📣 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.
Still draft, I know, but a handful of comments:
Examples/Io/Performance/ActsExamples/Io/Performance/CKFPerformanceWriter.cpp
Outdated
Show resolved
Hide resolved
thanks for the early feedback @paulgessinger ! |
f44043f
to
ba1a208
Compare
ba1a208
to
4ac193d
Compare
Examples/Framework/include/ActsExamples/Validation/TrackClassification.hpp
Show resolved
Hide resolved
138d06c
to
622dd28
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! let's hope the best for the CI
…mples-use-tracks-instead-of-trajectories
Invalidated by push of c8309e8
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.
Generally, I'm ok to go ahead with this. Here's two more comments that you can consider.
tried to improve this @paulgessinger |
I think this picked up a conflict from #2581 unfortunately. |
Currently we mix the usage of track and trajectory containers. In this PR I replace all the trajectory inputs to our writers in favor of track containers.
blocked by