-
Notifications
You must be signed in to change notification settings - Fork 29
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
lowered the amount of distance neighbor hits in topoclustering in the ZDC #1532
Conversation
…clustering in the ZDC
Capybara summary for PR 1532 |
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.
Looks reasonable to me! I have an extremely minor nitpick, but otherwise seems good.
Just so I could educate myself: are there some studies that shows the impact of this tweak? I was having a hard time getting a feel for how this changes things just from the capybara...
Co-authored-by: Derek M Anderson <[email protected]>
@sebouh137 Is this ready? Can you address the review question? |
Quality Gate passedIssues Measures |
Hi @veprbl I determined that this change was necessary in the context of the Lambda benchmark in the ZDC, |
Feel free to post figures as they become available. |
Briefly, what does this PR introduce?
Redefines neighboring subcell hits in the ZDC (in the context of topo clustering) to be the nearest neighbors only for hits in the same layer, and the same position for hits in adjacent layers. This change reduces the cases where showers from different particles are merged into a single cluster
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
no.
Does this PR change default behavior?
yes. Changes the default behavior of the topo clustering in the ZDC