-
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
Created algorithm and factory for calculating hadronic final state variables #1405
Created algorithm and factory for calculating hadronic final state variables #1405
Conversation
for more information, see https://pre-commit.ci
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.
This could use more guards
Thanks @veprbl , I agree that I had left out some necessary guards. Have added them now (not yet pushed though). I'm having a different problem now. When I compile against my version of |
@veprbl Pushed with additional guards. Passes build checks now. |
…ing-hadronic-final-state-variables
EDM4eic 6 should be in the nightly now, let's see how that fares. |
(Tested that the values are indeed filled) |
…riables (#1405) ### Briefly, what does this PR introduce? This adds and algorithm and corresponding factory for calculating hadronic final state variables. Since this uses a new `EDM4eic` data type not included in major release 5, the algorithm is only called for major release >= 6. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue #1362 ) - [ ] 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? ### Does this PR change default behavior? --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dmitry Kalinkin <[email protected]>
Briefly, what does this PR introduce?
This adds and algorithm and corresponding factory for calculating hadronic final state variables. Since this uses a new
EDM4eic
data type not included in major release 5, the algorithm is only called for major release >= 6.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?
Does this PR change default behavior?