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

Add missing configuration for single energy runs

parent efeb10e8
No related branches found
No related tags found
No related merge requests found
Pipeline #21978 passed
......@@ -151,6 +151,9 @@ def generate_neutrino_jobcard(events,
jc["nl_neutrino_energyflux"]["eflux_max"] = energy[1]
else:
jc["nl_sigmamc"]["enu"] = energy
jc["neutrino_induced"]["nuXsectionMode"] = XSECTIONMODE_LOOKUP[
"dSigmaMC"]
jc["neutrino_induced"]["nuExp"] = 0
# DECAY
if do_decay:
for i in DECAYED_HADRONS:
......
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