Skip to content

Commit dd405d7

Browse files
sawenzelgconesab
authored andcommitted
Adapt to changed options
1 parent 3c7abe0 commit dd405d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 -eCMS 13000 -col pp -proc ccbar '
12+
command='${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar '
1313

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

MC/run/PWGHF/embedding_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MODULES="--skipModules ZDC"
2323
SIMENGINE=${SIMENGINE:-TGeant4}
2424

2525
# create workflow
26-
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCMS 13000 -col pp -proc ccbar -tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
26+
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13000 -col pp -proc ccbar -tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
2727
-ns ${NSIGEVENTS} -e ${SIMENGINE} \
2828
-j ${NWORKERS} --embedding
2929

0 commit comments

Comments
 (0)