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: fix scattering calculation in SeedFinderOrthogonal #1248

Merged

Conversation

LuisFelipeCoelho
Copy link
Member

In the seedFinder we check the compatibility between the (r,z) slope of the two seed segments with a scattering term calculated assuming the minimum pT particle expected to be reconstructed and a second check using a scattering term scaled by the actual measured pT.

As discussed here in PR #1213, there was an error in these cuts. This PR fixes that same error in SeedFinderOrthogonal.

@LuisFelipeCoelho LuisFelipeCoelho changed the title bug: fix scattering calculation in SeedFinderOrthogonal fix: fix scattering calculation in SeedFinderOrthogonal May 10, 2022
@LuisFelipeCoelho LuisFelipeCoelho added Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels May 10, 2022
@LuisFelipeCoelho LuisFelipeCoelho added this to the next milestone May 10, 2022
@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #1248 (223c7f2) into main (7ec504f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1248   +/-   ##
=======================================
  Coverage   47.89%   47.89%           
=======================================
  Files         375      375           
  Lines       19588    19588           
  Branches     9214     9214           
=======================================
  Hits         9382     9382           
  Misses       3822     3822           
  Partials     6384     6384           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Member

@stephenswat stephenswat 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, thanks a lot for spotting this. 😄

@kodiakhq kodiakhq bot merged commit bcd9e01 into acts-project:main May 10, 2022
@LuisFelipeCoelho LuisFelipeCoelho deleted the seedFinderOrthogonal-scattering branch May 10, 2022 09:44
@paulgessinger paulgessinger modified the milestones: next, v19.1.0 May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants