Skip to content

Commit debda64

Browse files
Benedikt Volkelsawenzel
authored andcommitted
Enable seeding for embedding_benchmark
1 parent 7b45f25 commit debda64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/run/PWGHF/embedding_benchmark.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ NBKGEVENTS=${NBKGEVENTS:-20}
2222
MODULES="--skipModules ZDC"
2323
SIMENGINE=${SIMENGINE:-TGeant4}
2424
PYPROCESS=${PYPROCESS:-ccbar} #ccbar, bbar, ...
25+
SEED=${SEED:+-seed $SEED}
2526

2627
export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
2728

@@ -31,7 +32,7 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
3132
-tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
3233
-ns ${NSIGEVENTS} -e ${SIMENGINE} \
3334
-j ${NWORKERS} --embedding -interactionRate 50000 \
34-
--include-analysis -run 310000
35+
--include-analysis -run 310000 ${SEED}
3536

3637
# run workflow
3738
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit ${CPULIMIT:-8} -tt aod

0 commit comments

Comments
 (0)