-
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: cut to the maximum value of delta z between SPs in seedFinder #1209
feat: cut to the maximum value of delta z between SPs in seedFinder #1209
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1209 +/- ##
==========================================
- Coverage 47.92% 47.90% -0.02%
==========================================
Files 371 371
Lines 19388 19395 +7
Branches 9133 9135 +2
==========================================
Hits 9291 9291
- Misses 3766 3773 +7
Partials 6331 6331
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
can go in as is, if you want you can change the deltaZMax default to infinity.
This PR currently has a merge conflict. Please resolve this and then re-add the |
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.
Re-signing off on this. 😄
I think the CI failure here is codecov complaining that coverage goes down too much (0.2%). Is there a reasonable way for you to add some additional test coverage @LuisFelipeCoelho ? Otherwise I can override this and merge manually. |
Not sure why the codecov check is still pending, let me manually merge this one then. |
same cut included in default seeding #1209
same cut included in default seeding acts-project#1209
same cut included in default seeding #1209
This PR adds a cut to the maximum value of delta z between SPs in seedFinder. By default the cut is not applied since
deltaZMax
is set tonumeric_limits<float>::max()
This cut will be used for the strip SPs in the ITk implementation but not for the pixel SPs