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

fixed mixed up target A & Z

parent 721a5359
No related branches found
No related tags found
1 merge request!24Basic scripts
Pipeline #23889 passed
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
......@@ -44,7 +44,7 @@ def main():
interaction = "CC" if args["--CC"] else "NC"
flavour = "electron" if args["--electron"] else (
"muon" if args["--muon"] else "tau")
target = (args["--target-a"], args["--target-z"])
target = (args["--target-z"], args["--target-a"])
jc = generate_neutrino_jobcard(events,
interaction,
......
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