Skip to content

Commit

Permalink
removing -se from coreas_pipeline.py because a) I used it wrong and b…
Browse files Browse the repository at this point in the history
…) it's not even needed
  • Loading branch information
jelenakhlr authored Feb 6, 2024
1 parent 8351153 commit 7a81e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim2root/CoREASRawRoot/coreas_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
print("executing sim2root.py")
# Run sim2root.py
sim2root = [
"python3", f"../Common/sim2root.py", f"Coreas_{simID}.root", "-o", f"{str(options.directory)}", "-se", f"{simID}"
"python3", f"../Common/sim2root.py", f"Coreas_{simID}.root", "-o", f"{str(options.directory)}"
]
subprocess.run(sim2root, check=True)
print(f"Created grandroot trees in {str(options.directory)}")
Expand Down

0 comments on commit 7a81e16

Please sign in to comment.