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: replace warning for unmatched particles with info #2071

Conversation

andiwand
Copy link
Contributor

after #2049 we see a lot of warnings like

RootTrajecto   WARNING   Truth particle with barcode 124|0|7|1|8=558446353911447560

I believe they are cause by filtered truth particles which now produce hits and get reconstructed. the root writers then find the tracks with particles which are not in the list of selected ones

after discussion with @Corentin-Allaire and @benjaminhuth it makes most sense to me to just level down the log and guarantee that those tracks are flagged as fake

@andiwand andiwand added Component - Examples Affects the Examples module 🚧 WIP Work-in-progress labels Apr 27, 2023
@andiwand andiwand added this to the next milestone Apr 27, 2023
@Corentin-Allaire
Copy link
Contributor

Shouldn't you change the level to VERBOSE or DEBUG instead of INFO ?

@benjaminhuth
Copy link
Member

DEBUG is good I think, because INFO should never fill the screen with hundreds of lines^^

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #2071 (92c2666) into main (b7afb6b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2071   +/-   ##
=======================================
  Coverage   49.37%   49.37%           
=======================================
  Files         427      427           
  Lines       24779    24779           
  Branches    11430    11430           
=======================================
  Hits        12234    12234           
  Misses       4484     4484           
  Partials     8061     8061           

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

@github-actions
Copy link

github-actions bot commented Apr 27, 2023

📊 Physics performance monitoring for 92c2666

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

@andiwand andiwand removed the 🚧 WIP Work-in-progress label Apr 28, 2023
@kodiakhq kodiakhq bot merged commit 9e3174a into acts-project:main Apr 28, 2023
38 checks passed
@andiwand andiwand deleted the refactor-unmatched-particle-id-in-root-writers branch May 2, 2023 12:22
@paulgessinger paulgessinger modified the milestones: next, v26.0.0 May 22, 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

4 participants