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 interaction point cut optional in seedFinder #1207

Merged
merged 4 commits into from
Mar 29, 2022

Conversation

LuisFelipeCoelho
Copy link
Member

A cut on the compatibility between the SP and the interaction point was added to the seedFinder in PR #1084

The cut may not always be necessary or wanted so this PR makes the cut optional by introducing a boolean interactionPointCut

This is also useful for the ITk implementation because this cut is used for the pixel SPs but not for the strip SPs

@LuisFelipeCoelho LuisFelipeCoelho added this to the next milestone Mar 25, 2022
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.

This looks sensible and safe to me. 👍

@stephenswat stephenswat added Component - Core Affects the Core module Improvement Changes to an existing feature Impact - Minor Nuissance bug and/or affects only a single module labels Mar 25, 2022
@codecov
Copy link

codecov bot commented Mar 25, 2022

Codecov Report

Merging #1207 (a31948d) into main (f9a8b4d) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1207      +/-   ##
==========================================
- Coverage   47.75%   47.74%   -0.01%     
==========================================
  Files         360      360              
  Lines       18616    18618       +2     
  Branches     8774     8776       +2     
==========================================
  Hits         8890     8890              
- Misses       3674     3676       +2     
  Partials     6052     6052              
Impacted Files Coverage Δ
Core/include/Acts/Seeding/Seedfinder.ipp 0.00% <0.00%> (ø)
Core/include/Acts/Seeding/SeedfinderConfig.hpp 0.00% <ø> (ø)

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

@robertlangenberg
Copy link
Contributor

fix format in python and this goes in

@paulgessinger
Copy link
Member

Format job is broken see #1212.

@kodiakhq kodiakhq bot merged commit 89ca4c8 into acts-project:main Mar 29, 2022
@paulgessinger paulgessinger modified the milestones: next, v18.0.0 Apr 4, 2022
@LuisFelipeCoelho LuisFelipeCoelho deleted the ITk-interactionPointCut branch October 19, 2022 07:55
kodiakhq bot pushed a commit that referenced this pull request Oct 19, 2022
Cut on the maximum allowed curvature considering two SPs only. This is the same cut as #1207 in `SeedFinder`
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 Improvement Changes to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants