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: adding visitSurfaces pattern to new detector #2897

Merged

Conversation

asalzburger
Copy link
Contributor

@asalzburger asalzburger commented Jan 25, 2024

This PR adds the visitSurfaces(...) pattern to the new Detector analog to the pattern in the TrackingGeometry world.

This is a next step to harmonise the two branches for an eventual transition to the new detector geometry.

It adds consistent testing of this setups as well.

@asalzburger asalzburger added this to the next milestone Jan 25, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Jan 25, 2024
Core/include/Acts/Detector/Detector.hpp Outdated Show resolved Hide resolved
Core/include/Acts/Detector/DetectorVolume.hpp Outdated Show resolved Hide resolved
Core/include/Acts/Detector/Portal.hpp Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (4c0925e) 48.91% compared to head (f70eaa7) 48.92%.

Files Patch % Lines
Core/include/Acts/Detector/DetectorVolume.hpp 50.00% 0 Missing and 4 partials ⚠️
Core/include/Acts/Detector/Detector.hpp 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2897   +/-   ##
=======================================
  Coverage   48.91%   48.92%           
=======================================
  Files         494      496    +2     
  Lines       28834    28849   +15     
  Branches    13671    13677    +6     
=======================================
+ Hits        14104    14113    +9     
  Misses       4874     4874           
- Partials     9856     9862    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

asalzburger and others added 3 commits January 25, 2024 11:42
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
@asalzburger asalzburger requested a review from AJPfleger January 25, 2024 10:44
AJPfleger
AJPfleger previously approved these changes Jan 25, 2024
@asalzburger asalzburger requested a review from AJPfleger January 25, 2024 13:00
@asalzburger
Copy link
Contributor Author

Hey @AJPfleger - I had a clang-tidy failure, which I fixed. Please re-approve.

@asalzburger
Copy link
Contributor Author

Overriding CI infrastructure failure

@asalzburger asalzburger merged commit 6a623b0 into acts-project:main Jan 26, 2024
50 of 52 checks passed
@acts-project-service
Copy link
Collaborator

✅ Athena integration test results [6a623b0]

✅ All tests successful

status job report
🟢 run_unit_tests
🟢 run_ci_tests: ../athena/Tracking/Acts/ActsConfig/test/ActsEFTrackFit.sh
🟢 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

@paulgessinger paulgessinger modified the milestones: next, v32.1.0 Feb 2, 2024
LaraCalic pushed a commit to LaraCalic/acts that referenced this pull request Feb 10, 2024
This PR adds the `visitSurfaces(...)` pattern to the new Detector analog
to the pattern in the TrackingGeometry world.

This is a next step to harmonise the two branches for an eventual
transition to the new detector geometry.

It adds consistent testing of this setups as well.

---------

Co-authored-by: Alexander J. Pfleger <70842573+AJPfleger@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants