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: TrackingGeometry gains shared_ptr world volume accessor #2262

Merged

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Jul 4, 2023

This is necessary to forward the shared_ptr of the world volume to other modules like Geant4 particle killer

@andiwand andiwand added the Component - Core Affects the Core module label Jul 4, 2023
@andiwand andiwand added this to the next milestone Jul 4, 2023
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #2262 (91427d7) into main (af748f6) will decrease coverage by 0.01%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##             main    #2262      +/-   ##
==========================================
- Coverage   49.27%   49.27%   -0.01%     
==========================================
  Files         449      449              
  Lines       25408    25410       +2     
  Branches    11724    11724              
==========================================
  Hits        12521    12521              
- Misses       4554     4556       +2     
  Partials     8333     8333              
Impacted Files Coverage Δ
Core/include/Acts/Geometry/TrackingGeometry.hpp 100.00% <ø> (ø)
Core/src/Geometry/TrackingGeometry.cpp 47.61% <33.33%> (-2.39%) ⬇️

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

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

📊 Physics performance monitoring for 91427d7

Summary
Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
AMVF: 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

AMVF seeded

AMVF truth_smeared

AMVF truth_estimated

AMVF 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

@andiwand andiwand merged commit d73c864 into acts-project:main Jul 4, 2023
1 check passed
@andiwand andiwand deleted the feat-trackgeo-world-volume-accessor branch July 4, 2023 19:25
@github-actions github-actions bot removed the automerge label Jul 4, 2023
@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Jul 4, 2023
@paulgessinger
Copy link
Member

@acts-project-service Just an OOM. Will probably have to decrease the number of threads compiling.

@paulgessinger paulgessinger removed the Breaks Athena build This PR breaks the Athena build label Jul 5, 2023
kodiakhq bot pushed a commit that referenced this pull request Jul 6, 2023
All our physics monitors depend on the simulation which is not directly monitored at the moment. In this PR I add a first monitoring version for Fatras and Geant4.

The monitoring is not optimal yet but should be sufficient if something changes or breaks for simulation.

Possible improvements:
- record deltas for momenta / eta / phi and so on instead of initial and final

Blocked by
- #2241
- #2260
- #2262
- #2263
- #2264
- #2265
- #2266
@paulgessinger paulgessinger modified the milestones: next, v27.2.0 Jul 24, 2023
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