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

Update jobcard function to GiBUUI rel2021patch3

parent a1482af8
No related branches found
No related tags found
1 merge request!44GiBUU 2021 Patch 3
Pipeline #38174 failed
This commit is part of merge request !44. Comments created here will be created in the context of that merge request.
......@@ -147,8 +147,8 @@ def generate_neutrino_jobcard(events,
jc["neutrino_induced"]["process_ID"] = PROCESS_LOOKUP[process.lower()]
jc["neutrino_induced"]["flavor_ID"] = FLAVOR_LOOKUP[flavour.lower()]
# TARGET
jc["target"]["target_Z"] = target[1]
jc["target"]["target_A"] = target[0]
jc["target"]["Z"] = target[1]
jc["target"]["A"] = target[0]
# 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.
Please register or to comment