We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b45f25 commit debda64Copy full SHA for debda64
MC/run/PWGHF/embedding_benchmark.sh
@@ -22,6 +22,7 @@ NBKGEVENTS=${NBKGEVENTS:-20}
22
MODULES="--skipModules ZDC"
23
SIMENGINE=${SIMENGINE:-TGeant4}
24
PYPROCESS=${PYPROCESS:-ccbar} #ccbar, bbar, ...
25
+SEED=${SEED:+-seed $SEED}
26
27
export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
28
@@ -31,7 +32,7 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
31
32
-tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
33
-ns ${NSIGEVENTS} -e ${SIMENGINE} \
34
-j ${NWORKERS} --embedding -interactionRate 50000 \
- --include-analysis -run 310000
35
+ --include-analysis -run 310000 ${SEED}
36
37
# run workflow
38
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit ${CPULIMIT:-8} -tt aod
0 commit comments