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

fix: Seed filter should make no use of external sp methods #1744

Merged
merged 8 commits into from
Dec 19, 2022

Conversation

CarloVarni
Copy link
Collaborator

As the name says...

This would prevent us from using the seed on an input collection that does not implement the y() and z() method. We do not know what the costumer EDM looks like and these same values can already be retrieved without using the external sp methods

@CarloVarni
Copy link
Collaborator Author

CarloVarni commented Dec 14, 2022

tagging @paulgessinger

These changes were started from v21.1.0, not sure why there are so many commits... but the changes are just 4 lines in the end

@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #1744 (52779f5) into main (dd5a089) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #1744   +/-   ##
=======================================
  Coverage   49.14%   49.14%           
=======================================
  Files         395      395           
  Lines       21800    21800           
  Branches     9953     9953           
=======================================
  Hits        10713    10713           
  Misses       4187     4187           
  Partials     6900     6900           
Impacted Files Coverage Δ
Core/include/Acts/Seeding/SeedFilter.ipp 0.00% <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 Dec 14, 2022

📊 Physics performance monitoring for 52779f5

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

@asalzburger asalzburger added the Bug Something isn't working label Dec 15, 2022
@CarloVarni CarloVarni added this to the next milestone Dec 16, 2022
@kodiakhq kodiakhq bot merged commit 7a4286a into acts-project:main Dec 19, 2022
@CarloVarni CarloVarni deleted the SeedFilterNoExternalMethods branch December 19, 2022 20:00
@paulgessinger paulgessinger modified the milestones: next, v22.0.0 Dec 21, 2022
CarloVarni added a commit to CarloVarni/acts that referenced this pull request Dec 22, 2022
…ect#1744)

As the name says...

This would prevent us from using the seed on an input collection that does not implement the `y()` and `z()` method. We do not know what the costumer EDM looks like and these same values can already be retrieved without using the external sp methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants