Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: PIDLookup: fix proton sampling threshold (#1728)
Electron threshold was used for sampling protons due to what looks like some copy-paste error. The threshold reported in ParticleID for 2212 is correct, however. Basically, this is only issue for `ReconstructedParticles.PDG`. ### Briefly, what does this PR introduce? ### What kind of change does this PR introduce? - [x] Bug fix (issue #__) - [ ] 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? Yes
- Loading branch information