Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MC/run/PWGHF/embedding_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ MODULES="--skipModules ZDC"
SIMENGINE=${SIMENGINE:-TGeant4}
PYPROCESS=${PYPROCESS:-ccbar} #ccbar, bbar, ...

export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb

# create workflow
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc ${PYPROCESS} \
-colBkg PbPb -genBkg pythia8 -procBkg "heavy_ion" \
Expand All @@ -33,3 +35,5 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc

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

unset ALICEO2_CCDB_LOCALCACHE