Skip to content

Commit

Permalink
enable embedding for embedding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed Apr 1, 2021
1 parent dd405d7 commit 0c09bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/run/PWGHF/create_embedding_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys

# we simply delegate to main script with some PWGHF settings
command='${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar '
command='${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar --embedding '

# and add given user options
for i in range(1, len(sys.argv)):
Expand Down

0 comments on commit 0c09bc0

Please sign in to comment.