-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: make interaction point cut optional in seedFinder #1207
Conversation
There was a problem hiding this 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. 👍
Codecov Report
@@ 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
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
fix format in python and this goes in |
Format job is broken see #1212. |
Cut on the maximum allowed curvature considering two SPs only. This is the same cut as #1207 in `SeedFinder`
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