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: new global / bound to grid local access schema #3039

Merged

Conversation

asalzburger
Copy link
Contributor

@asalzburger asalzburger commented Mar 15, 2024

Based on the discussion on #3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field.

The owning delegate is needed for persistency and displaying.

If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.

@asalzburger asalzburger added this to the next milestone Mar 15, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Mar 15, 2024
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

Attention: Patch coverage is 76.00000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 48.81%. Comparing base (8329f20) to head (cf7179f).

Files Patch % Lines
Core/include/Acts/Utilities/GridAccessHelpers.hpp 78.94% 0 Missing and 4 partials ⚠️
Core/include/Acts/Material/GridSurfaceMaterial.hpp 66.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3039      +/-   ##
==========================================
- Coverage   48.82%   48.81%   -0.01%     
==========================================
  Files         489      489              
  Lines       28891    28883       -8     
  Branches    13711    13711              
==========================================
- Hits        14105    14099       -6     
+ Misses       4957     4955       -2     
  Partials     9829     9829              

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

@asalzburger asalzburger force-pushed the feat-refined-grid-material-and-io branch from 3c01c86 to a580f23 Compare March 18, 2024 13:29
@github-actions github-actions bot added Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins labels Mar 18, 2024
@github-actions github-actions bot removed Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins labels Mar 18, 2024
@asalzburger asalzburger requested review from dimitra97 and removed request for paulgessinger March 18, 2024 14:09
@asalzburger
Copy link
Contributor Author

Hi @dimitra97 - as you looked over the first PR #3012 (closed), this is the update that takes some discussion input into account. The idea is to have Global->GridLocal and Bound->GridLocal in delegates.

For the moment, this is only done for the GridSurfaceMaterial - but I plan to update the navigation delegates later to that as well (will also allow to implement a common IO for those).

@asalzburger
Copy link
Contributor Author

Hey @andiwand @dimitra97 - I think I addressed your comments as much as I can.

@kodiakhq kodiakhq bot merged commit 30f97ea into acts-project:main Mar 20, 2024
56 checks passed
@acts-project-service
Copy link
Collaborator

acts-project-service commented Mar 20, 2024

🔴 Athena integration test results [30f97ea]

Build job with this PR failed!

Please investigate the build job for the pipeline!

@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Mar 20, 2024
@paulgessinger paulgessinger modified the milestones: next, v33.1.0 Mar 26, 2024
@andiwand andiwand removed the Breaks Athena build This PR breaks the Athena build label Apr 10, 2024
EleniXoch pushed a commit to EleniXoch/acts that referenced this pull request May 6, 2024
Based on the discussion on acts-project#3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field.

The owning delegate is needed for persistency and displaying.

If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.
asalzburger added a commit to asalzburger/acts that referenced this pull request May 21, 2024
Based on the discussion on acts-project#3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field.

The owning delegate is needed for persistency and displaying.

If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.
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.

5 participants