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: Make hit indices usable in Geant4 #1817

Merged
merged 4 commits into from
Feb 3, 2023

Conversation

benjaminhuth
Copy link
Member

Currently, the hit indices produced by the Geant4 simulation algorithm are not indexed based on the particle ID, but just globally in one event. This PR fixes this.

@benjaminhuth benjaminhuth added Improvement Changes to an existing feature Impact - Minor Nuissance bug and/or affects only a single module Component - Examples Affects the Examples module labels Feb 1, 2023
@benjaminhuth benjaminhuth added this to the next milestone Feb 1, 2023
@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Merging #1817 (6344302) into main (d15f103) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1817   +/-   ##
=======================================
  Coverage   49.56%   49.56%           
=======================================
  Files         407      407           
  Lines       22618    22618           
  Branches    10316    10316           
=======================================
  Hits        11211    11211           
  Misses       4227     4227           
  Partials     7180     7180           

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

@github-actions
Copy link

github-actions bot commented Feb 1, 2023

📊 Physics performance monitoring for 6344302

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

@AJPfleger AJPfleger left a comment

Choose a reason for hiding this comment

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

lgtm

@andiwand andiwand removed the automerge label Feb 3, 2023
Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

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

looks good - just one thing I wanted to clarify

Examples/Algorithms/Geant4/src/SensitiveSteppingAction.cpp Outdated Show resolved Hide resolved
@andiwand
Copy link
Contributor

andiwand commented Feb 3, 2023

sorry I reviewed this but kept it as a draft somehow 😳

@kodiakhq kodiakhq bot merged commit 0713ad9 into acts-project:main Feb 3, 2023
@github-actions github-actions bot removed the automerge label Feb 3, 2023
@paulgessinger paulgessinger modified the milestones: next, v23.2.0 Feb 6, 2023
@benjaminhuth benjaminhuth deleted the fix/geant4-hit-indices branch February 22, 2023 07:40
@benjaminhuth benjaminhuth restored the fix/geant4-hit-indices branch April 15, 2023 09:54
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 Impact - Minor Nuissance bug and/or affects only a single module Improvement Changes to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants