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

Enable photon propagation in standard configuration

parent 31e85a4f
No related branches found
No related tags found
No related merge requests found
Pipeline #15543 passed
......@@ -120,7 +120,6 @@ def generate_neutrino_jobcard_template(
jc["neutrino_induced"]["include2pi"] = False
jc["neutrino_induced"]["include2p2hDelta"] = False
jc["neutrino_inducted"]["printAbsorptionXS"] = True
# INPUT
jc["input"]["numTimeSteps"] = 0
jc["input"]["eventtype"] = 5
......@@ -133,4 +132,5 @@ def generate_neutrino_jobcard_template(
jc["target"]["A"] = target[1]
# MISC
jc["neutrinoAnalysis"]["outputEvents"] = write_events
jc["insertion"]["propagateNoPhoton"] = False
return jc
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