File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ ${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 5020 -col pp -gen pythia8 -proc
2626 -colBkg PbPb -genBkg pythia8 -procBkg " heavy_ion" \
2727 -tf ${NTIMEFRAMES} -nb ${NBKGEVENTS} \
2828 -ns ${NSIGEVENTS} -e ${SIMENGINE} \
29- -j ${NWORKERS} --embedding -interactionRate 50000
29+ -j ${NWORKERS} --embedding -interactionRate 50000 \
30+ --timestamp 1635659148972 -seed 1
31+
32+ # timestamp chosen to correspond to a real data taking run
3033
3134# enable (or point to) CCDB cache
3235if [ -d ${HEPSCORE_CCDB_ROOT} /.ccdb ]; then
@@ -35,6 +38,7 @@ if [ -d ${HEPSCORE_CCDB_ROOT}/.ccdb ]; then
3538 export ALICEO2_CCDB_LOCALCACHE=${HEPSCORE_CCDB_ROOT} /.ccdb
3639 # fetch bin files (cluster dictionaries)
3740 cp ${HEPSCORE_CCDB_ROOT} /data/* .bin .
41+ cp ${HEPSCORE_CCDB_ROOT} /data/* .root .
3842else
3943 # benchmark is run in production mode: We fetch objects from server and cache them here.
4044 export ALICEO2_CCDB_LOCALCACHE=${PWD} /.ccdb
You can’t perform that action at this time.
0 commit comments