-
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: Preliminary work for grouped alignment #2706
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2706 +/- ##
=======================================
Coverage 48.85% 48.85%
=======================================
Files 490 490
Lines 28518 28518
Branches 13480 13480
=======================================
Hits 13933 13933
Misses 4861 4861
Partials 9724 9724 ☔ View full report in Codecov by Sentry. |
apparently otherwise the random engine can be different on different platforms which I observed in acts-project#2625 with macos at the same time I hardcoded the type for the `std::uniform_int_distribution`. apparently this can also make a difference for the random value
a9ae0b3
to
0aa19a9
Compare
📊: Physics performance monitoring for 24358f5physmon summary
|
Examples/Algorithms/Alignment/include/ActsExamples/Alignment/AlignmentAlgorithm.hpp
Show resolved
Hide resolved
Examples/Algorithms/Alignment/include/ActsExamples/Alignment/AlignmentAlgorithm.hpp
Show resolved
Hide resolved
I added @LaraCalic to the CI allowlist now. Can either on of you push an empty commit to trigger the pipeline again? |
Invalidated by push of 24358f5
Done @paulgessinger but you will need to reaprove! |
Athena failure is unrelated to this PR. |
This PR contains preliminary work on the superstructure alignment mechanism. It contains a GeometryHiearchyList-based grouping mechanism courtesy of @LaraCalic and simple unit tests by me. Co-authored-by: Lara Calic <81815115+LaraCalic@users.noreply.github.com>
This PR contains preliminary work on the superstructure alignment mechanism. It contains a GeometryHiearchyList-based grouping mechanism courtesy of @LaraCalic and simple unit tests by me.