Skip to content

Commit 0c09bc0

Browse files
committed
enable embedding for embedding workflow
1 parent dd405d7 commit 0c09bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/PWGHF/create_embedding_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010

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

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

0 commit comments

Comments
 (0)