-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: TrackingGeometry
gains shared_ptr
world volume accessor
#2262
Conversation
Codecov Report
@@ 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
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 91427d7Summary VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
@acts-project-service Just an OOM. Will probably have to decrease the number of threads compiling. |
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
This is necessary to forward the
shared_ptr
of the world volume to other modules like Geant4 particle killer