-
Notifications
You must be signed in to change notification settings - Fork 56
Implement new doublet cut based on triplet radii #1036
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
Implement new doublet cut based on triplet radii #1036
Conversation
Performance summaryHere is a summary of the performance effects of this PR: GraphicalTabular
Important All metrics in this report are given as reciprocal throughput, not as wallclock runtime. Warning At least one kernel incurred a significant performance regression. Note This is an automated message produced on the explicit request of a human being. |
|
Quick note, this looks unspectacular but if I put in the numbers from the ITk execution and keep the percentages the same it looks like this:
|
c04e44c to
8902a61
Compare
|
This is now ready to go! |
krasznaa
left a comment
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.
I like it. As long as the comparison test with Acts doesn't break, I'm happy to go forward with this.
This commit adds a new cut to the doublet finding which is able to determine based on only the doublets if it is possible to find a third spacepoint which will form a seed within the required helix radius bounds. This is the cut discussed on the traccc Mattermost recently.
8902a61 to
1b05db5
Compare
|





This commit adds a new cut to the doublet finding which is able to determine based on only the doublets if it is possible to find a third spacepoint which will form a seed within the required helix radius bounds.
Note that this cut should, mathematically, not remove any triplets, but it should reduce the time taken to find triplets.
This is the cut discussed on the traccc Mattermost recently.
Pinging @krasznaa and @pbutti as interested parties.