Skip to content

Commit f3b8ee6

Browse files
committed
update hepscore
1 parent 54103d4 commit f3b8ee6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MC/run/HEPscore/hep-score.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3235
if [ -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 .
3842
else
3943
# benchmark is run in production mode: We fetch objects from server and cache them here.
4044
export ALICEO2_CCDB_LOCALCACHE=${PWD}/.ccdb

0 commit comments

Comments
 (0)