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

monte_carlo_tag on momentum with cuts #160

Closed
1 of 2 tasks
jacanchaplais opened this issue Oct 5, 2023 · 0 comments · Fixed by #161
Closed
1 of 2 tasks

monte_carlo_tag on momentum with cuts #160

jacanchaplais opened this issue Oct 5, 2023 · 0 comments · Fixed by #161
Assignees
Labels
enhancement New feature or request

Comments

@jacanchaplais
Copy link
Owner

jacanchaplais commented Oct 5, 2023

Currently, clusters formed which get passed to graphicle.select.monte_carlo_tag() must be masks over the full four-momentum, without cuts to $p_T$ or $|\eta|$. This is enables a consistent view for the ParticleSet.final mask. Attempting to apply cuts to the momentum before clustering yields in a shape mismatch. Explore ways of resolving this.

Potential solutions:

  • add a parameter cuts, a mask representing the cuts made to the momentum
  • pass the momentum of the clustered particles, so direct correspondence to elements in full record becomes unnecessary
@jacanchaplais jacanchaplais added the enhancement New feature or request label Oct 5, 2023
@jacanchaplais jacanchaplais self-assigned this Oct 5, 2023
@jacanchaplais jacanchaplais linked a pull request Oct 5, 2023 that will close this issue
jacanchaplais added a commit that referenced this issue Oct 5, 2023
Arbitrary momentum set enabled for monte_carlo_tag #160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant