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

Correct particle list for LE zero weight

parent 0a4b0d73
No related branches found
No related tags found
1 merge request!25Visible energy
......@@ -132,7 +132,7 @@ def visible_energy_fraction(pdgid, energy):
weight = neutron_weight(tmp)
elif pdgid == 2122:
weight = proton_weight(tmp)
elif pdgid in [12, -13, 13, 113, 213]:
elif pdgid in [12,-12,14,-14,16,-16, -13, 13, 15, -15]:
weight = 0.0
else:
weight = proton_weight(tmp)
......
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