File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99import 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
1515for i in range (1 , len (sys .argv )):
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ MODULES="--skipModules ZDC"
2323SIMENGINE=${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
You can’t perform that action at this time.
0 commit comments