Skip to content
Snippets Groups Projects
Commit 565e9a4c authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Increase free particle cut tolerance for neutrons

parent c3c8342b
No related branches found
No related tags found
1 merge request!90Fix energy min/max fields
Pipeline #53326 failed
......@@ -54,7 +54,7 @@ XSECTION_FILENAMES = {"all": "neutrino_absorption_cross_section_ALL.dat"}
SECONDS_PER_YEAR = 365.25 * 24 * 60 * 60
SECONDS_WEIGHT_TIMESPAN = 1
FREE_PARTICLE_TOLERANCE = 1 # tolerance of the particle restmass for free particle cuts [keV]
FREE_PARTICLE_TOLERANCE = 3 # tolerance of the particle restmass for free particle cuts [MeV]
PARTICLE_COLUMNS = ["E", "Px", "Py", "Pz", "x", "y", "z", "barcode"]
EVENTINFO_COLUMNS = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment