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: Remove secondary particles in Geant4 simulation #2263

Merged
merged 7 commits into from
Jul 4, 2023

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Jul 4, 2023

This allows us to ignore secondary particles in the Geant4 simulation which should speed things up and remove noise when unnecessary

@andiwand andiwand added the Component - Plugins Affects one or more Plugins label Jul 4, 2023
@andiwand andiwand added this to the next milestone Jul 4, 2023
@github-actions github-actions bot added Component - Examples Affects the Examples module and removed Component - Plugins Affects one or more Plugins labels Jul 4, 2023
andiwand and others added 3 commits July 4, 2023 09:43
Co-authored-by: Paul Gessinger <hello@paulgessinger.com>
@github-actions
Copy link

github-actions bot commented Jul 4, 2023

📊 Physics performance monitoring for bfa01e7

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

@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #2263 (bfa01e7) into main (d73c864) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2263   +/-   ##
=======================================
  Coverage   49.27%   49.27%           
=======================================
  Files         449      449           
  Lines       25410    25410           
  Branches    11724    11724           
=======================================
  Hits        12521    12521           
  Misses       4556     4556           
  Partials     8333     8333           

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

@kodiakhq kodiakhq bot merged commit 3b59162 into acts-project:main Jul 4, 2023
52 checks passed
@github-actions github-actions bot removed the automerge label Jul 4, 2023
@andiwand andiwand deleted the feat-geant4-remove-secondaries branch July 4, 2023 22:15
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 - Examples Affects the Examples module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants