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

refactor: navigator volume material handling #2047

Conversation

andiwand
Copy link
Contributor

split off changes from my calorimeter demo. this adds a shortcut for getting the current volume material from the navigator. since the new geometry has a different volume class we cannot reach the material in a generic way out of the box

@andiwand andiwand added the Component - Core Affects the Core module label Apr 20, 2023
@andiwand andiwand added this to the next milestone Apr 20, 2023
@andiwand andiwand requested a review from asalzburger April 20, 2023 17:11
@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Merging #2047 (8b806e9) into main (a1226a1) will increase coverage by 0.00%.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##             main    #2047   +/-   ##
=======================================
  Coverage   49.83%   49.83%           
=======================================
  Files         420      420           
  Lines       23959    23962    +3     
  Branches    10858    10859    +1     
=======================================
+ Hits        11940    11942    +2     
- Misses       4389     4390    +1     
  Partials     7630     7630           
Impacted Files Coverage Δ
Core/include/Acts/Navigation/NextNavigator.hpp 50.38% <ø> (ø)
Core/include/Acts/Propagator/DirectNavigator.hpp 74.24% <ø> (ø)
...ore/include/Acts/Propagator/MaterialInteractor.hpp 39.72% <0.00%> (ø)
Core/include/Acts/Propagator/Navigator.hpp 59.43% <50.00%> (-0.08%) ⬇️
...agator/detail/GenericDenseEnvironmentExtension.hpp 54.24% <100.00%> (+0.35%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

📊 Physics performance monitoring for 8b806e9

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

Copy link
Contributor

@asalzburger asalzburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy with that.

@asalzburger asalzburger merged commit cc1f276 into acts-project:main Apr 21, 2023
@paulgessinger paulgessinger modified the milestones: next, v25.0.0 Apr 21, 2023
@andiwand andiwand deleted the refactor-navigator-volume-material-handling branch April 23, 2023 12:22
paulgessinger pushed a commit to paulgessinger/acts that referenced this pull request Apr 25, 2023
split off changes from my [calorimeter
demo](https://github.com/acts-project/acts/compare/main...andiwand:tmp-calorimeter-demo?expand=1).
this adds a shortcut for getting the current volume material from the
navigator. since the new geometry has a different volume class we cannot
reach the material in a generic way out of the box
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.

3 participants