We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae28ae7 commit e734e30Copy full SHA for e734e30
MC/run/PWGHF/embedding_benchmark.sh
@@ -23,6 +23,8 @@ MODULES="--skipModules ZDC"
23
SIMENGINE=${SIMENGINE:-TGeant4}
24
PYPROCESS=${PYPROCESS:-ccbar} #ccbar, bbar, ...
25
26
+export ALICEO2_CCDB_LOCALCACHE=$PWD/.ccdb
27
+
28
# create workflow
29
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc ${PYPROCESS} \
30
-colBkg PbPb -genBkg pythia8 -procBkg "heavy_ion" \
@@ -33,3 +35,5 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
33
35
34
36
# run workflow
37
${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit ${CPULIMIT:-8} -tt aod
38
39
+unset ALICEO2_CCDB_LOCALCACHE
0 commit comments