-
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: track modifier for examples #1726
feat: track modifier for examples #1726
Conversation
a664764
to
ef54955
Compare
Codecov Report
@@ Coverage Diff @@
## main #1726 +/- ##
=======================================
Coverage 49.21% 49.21%
=======================================
Files 398 398
Lines 21827 21831 +4
Branches 9904 9906 +2
=======================================
+ Hits 10742 10744 +2
Misses 4216 4216
- Partials 6869 6871 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 6e1d474Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.cpp
Show resolved
Hide resolved
Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.cpp
Show resolved
Hide resolved
Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.cpp
Show resolved
Hide resolved
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, only some things in the modifier-lambda are not entirely clear to me yet
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.
Let's go!
while dealing with vertexing issues I thought adding a track parameter modification algorithm to the examples framework might be useful another try of acts-project#1658
while dealing with vertexing issues I thought adding a track parameter modification algorithm to the examples framework might be useful
another try of #1658