Skip to content
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

Merged
merged 12 commits into from
Jan 17, 2024

Conversation

gagnonlg
Copy link
Contributor

@gagnonlg gagnonlg commented Nov 21, 2023

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.

@github-actions github-actions bot added the Component - Examples Affects the Examples module label Nov 21, 2023
@paulgessinger paulgessinger marked this pull request as draft November 21, 2023 08:53
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e67fbab) 48.85% compared to head (24358f5) 48.85%.

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.
📢 Have feedback on the report? Share it here.

@paulgessinger paulgessinger added this to the next milestone Dec 6, 2023
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
@gagnonlg gagnonlg marked this pull request as ready for review December 20, 2023 12:07
@gagnonlg gagnonlg changed the title AlignmentGroup feat: Preliminary work for grouped alignment Dec 20, 2023
@paulgessinger
Copy link
Member

I added @LaraCalic to the CI allowlist now. Can either on of you push an empty commit to trigger the pipeline again?

@acts-policybot acts-policybot bot dismissed paulgessinger’s stale review January 17, 2024 15:32

Invalidated by push of 24358f5

@gagnonlg
Copy link
Contributor Author

Done @paulgessinger but you will need to reaprove!

@kodiakhq kodiakhq bot merged commit c5cc63a into acts-project:main Jan 17, 2024
54 checks passed
@acts-project-service
Copy link
Collaborator

acts-project-service commented Jan 17, 2024

✅ Athena integration test results [c5cc63a]

✅ All tests successful

status job report
🟢 run_unit_tests
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsBenchmarkWithSpot.sh 8 100
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsWorkflow.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateAmbiguityResolution.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateResolvedTracks.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateTracks.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateActsCoreSpacePoints.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateActsSpacePoints.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateSeeds.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateOrthogonalSeeds.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsValidateClusters.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsPersistifyEDM.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsGSFRefitting.sh
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsKfRefitting.sh
🟢 run_ci_tests: python3 ../athena/Tracking/Acts/ActsGeometry/test/ActsExtrapolationAlgTest.py
🟢 run_ci_tests: python3 ../athena/Tracking/Acts/ActsGeometry/test/ActsITkTest.py
🟢 run_workflow_tests_run4_mc
🟢 run_workflow_tests_run2_mc
🟢 run_workflow_tests_run2_data
🟢 run_workflow_tests_run3_mc
🟢 run_workflow_tests_run3_data
🟢 run_art_test: test_data18_13TeV_1000evt
🟢 run_art_test: test_ttbarPU40_reco

@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Jan 17, 2024
@paulgessinger
Copy link
Member

Athena failure is unrelated to this PR.

@paulgessinger paulgessinger modified the milestones: next, v32.0.0 Jan 19, 2024
@paulgessinger paulgessinger removed the Breaks Athena build This PR breaks the Athena build label Jan 23, 2024
LaraCalic added a commit to LaraCalic/acts that referenced this pull request Feb 10, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants