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

Fix typos

parent 4a79113e
No related branches found
No related tags found
1 merge request!7Flux handling
......@@ -132,10 +132,10 @@ def generate_neutrino_jobcard(events,
# NEUTRINO
jc["neutrino_induced"]["process_ID"] = PROCESS_LOOKUP[process.lower()]
jc["neutrino_induced"]["flavour_ID"] = FLAVOR_LOOKUP[flavour.lower()]
jc["neutrino_induced"]["flavor_ID"] = FLAVOR_LOOKUP[flavour.lower()]
# TARGET
jc["target"]["Z"] = target[0]
jc["target"]["A"] = target[1]
jc["target"]["target_Z"] = target[0]
jc["target"]["target_A"] = target[1]
# EVENTS
run_events = int(100000 / target[1])
if events < run_events:
......
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