We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a piecewise function that convert track length to kinetic energy of proton
https://github.com/LArSoft/larreco/blob/88f6e03b354ec946d7a8af9d9f4b120d9ab60d58/larreco/RecoAlg/TrackMomentumCalculator.cxx#L216C1-L223C95
However this function is not continuous at 80 cm. So there will be a gap in the distribution of reco KE of proton.
Should we add some constraint to this piecewise function to fix this gap? or we just ignore this gap?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a piecewise function that convert track length to kinetic energy of proton
https://github.com/LArSoft/larreco/blob/88f6e03b354ec946d7a8af9d9f4b120d9ab60d58/larreco/RecoAlg/TrackMomentumCalculator.cxx#L216C1-L223C95
However this function is not continuous at 80 cm. So there will be a gap in the distribution of reco KE of proton.
Should we add some constraint to this piecewise function to fix this gap? or we just ignore this gap?
The text was updated successfully, but these errors were encountered: