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: Seeding algo level bin finders #1913

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

paulgessinger
Copy link
Member

Currently the SeedingAlgorithm creates the bin finders on every event. I don't think that's needed, but for const-reasons I have to change their argument types to be const everywhere.

@paulgessinger paulgessinger added this to the next milestone Mar 2, 2023
@paulgessinger paulgessinger changed the title improve BinnedSPGroup bin finders refactor: Seeding algo level bin finders Mar 2, 2023
@paulgessinger
Copy link
Member Author

Any objections @LuisFelipeCoelho?

@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #1913 (3d4ed0c) into main (8c93c71) will not change coverage.
The diff coverage is n/a.

❗ Current head 3d4ed0c differs from pull request most recent head 0a39c5f. Consider uploading reports for the commit 0a39c5f to get more accurate results

@@           Coverage Diff           @@
##             main    #1913   +/-   ##
=======================================
  Coverage   49.44%   49.44%           
=======================================
  Files         408      408           
  Lines       22704    22704           
  Branches    10371    10371           
=======================================
  Hits        11226    11226           
  Misses       4266     4266           
  Partials     7212     7212           
Impacted Files Coverage Δ
Core/include/Acts/Seeding/BinnedSPGroup.hpp 0.00% <ø> (ø)
Core/include/Acts/Seeding/BinnedSPGroup.ipp 0.00% <ø> (ø)

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

@github-actions
Copy link

github-actions bot commented Mar 2, 2023

📊 Physics performance monitoring for 0a39c5f

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
Member

@LuisFelipeCoelho LuisFelipeCoelho 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 to me

@kodiakhq kodiakhq bot merged commit 917f9f2 into acts-project:main Mar 2, 2023
@github-actions github-actions bot removed the automerge label Mar 2, 2023
@paulgessinger paulgessinger modified the milestones: next, v23.5.0 Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants