-
Notifications
You must be signed in to change notification settings - Fork 34
Add phasespace based forced pid for Far-Backward particles. #1894
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
Conversation
veprbl
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.
Looks good.
for more information, see https://pre-commit.ci
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
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.
Clang-Tidy found issue(s) with the introduced code (1/1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No Clang-Tidy warnings found so I assume my comments were addressed
veprbl
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.
LGTM
### Briefly, what does this PR introduce? Adds an algorithm which recovers the PID of particles detected in certain directions. The Low-Q2 electrons are the only charged particles which can be reconstructed within ~12mrad of the negative z-axis, currently this information isn't included in reconstructed particles. The same approach could to a certain degree be used for the Far-Forward protons. This is a temporary alternative to pursing the larger changes required by #1571 where the reconstructed particles from the tagger would come from a different collection. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No ### Does this PR change default behavior? Tags Far-Backward reconstructed particles as electrons. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Briefly, what does this PR introduce?
Adds an algorithm which recovers the PID of particles detected in certain directions. The Low-Q2 electrons are the only charged particles which can be reconstructed within ~12mrad of the negative z-axis, currently this information isn't included in reconstructed particles.
The same approach could to a certain degree be used for the Far-Forward protons.
This is a temporary alternative to pursing the larger changes required by #1571 where the reconstructed particles from the tagger would come from a different collection.
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?
Tags Far-Backward reconstructed particles as electrons.