-
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
fix: Hough Transform first implementation clang-tidy #1691
fix: Hough Transform first implementation clang-tidy #1691
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1691 +/- ##
=======================================
Coverage 48.95% 48.95%
=======================================
Files 397 397
Lines 21509 21509
Branches 9806 9806
=======================================
Hits 10530 10530
Misses 4181 4181
Partials 6798 6798 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 2b88c72
Full report VertexingSeeding❌ Seeding truth_smeared CKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
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.
In addition to my other comments: I am not quite sure if everything with the ///
-doxygen comments should have them and vice versa. Maybe if you have time, you could have a look over them again.
Examples/Algorithms/TrackFinding/include/ActsExamples/TrackFinding/DefaultHoughFunctions.hpp
Outdated
Show resolved
Hide resolved
thanks for your comments @AJPfleger but I fear they should go here #1305 my PR is only there to fix the clang tidy issues @asalzburger this seems to pass so you could merge the original PR and this one on top to fix the CI |
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.
Sounds good, I included Alexander's suggestion.
Updating the branch with main. |
Meh, that was stupid of me, I have merged Alexander's suggestions into that ... and broke the build, because no logger was defined in the algorithm ... |
@andiwand - I think best is we make a cherrypick version with only the clang-tidy commit. |
977a775
to
b456d87
Compare
@asalzburger I reverted to my original commit so this should be mergable again |
Thanks! |
Hi @andiwand - the original Hough Transform PR is merged, but I see some conflicts now, can you try to resolve? |
b456d87
to
2b88c72
Compare
@asalzburger conflicts should be gone now 👍 |
based on acts-project#1305 clang tidy fixes
based on acts-project#1305 clang tidy fixes
based on #1305
clang tidy fixes