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

Set boolean flag to correct value

parent 85b1dcbb
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #12692 failed
......@@ -3,7 +3,7 @@
flavor_ID = 2 ! 1:electron, 2:muon, 3:tau
nuXsectionMode = 6 ! 6: dSigmaMC
includeDIS = .true. ! enables DIS events
printAbsorptionXS = T
printAbsorptionXS = .true.
/
&target
......@@ -44,7 +44,7 @@
&neutrinoAnalysis
outputEvents = .true ! output list of events and
outputEvents = .true. ! output list of events and
! all outgoing particles in
! each event to the file
! FinalEvents.dat
......
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