Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Use new exp24 minbias for AllenInMoore_Hlt1_Bandwidth test

Merged Luke Grazette requested to merge lugrazet-BW-hlt1test-exp24minbias into master
@@ -97,7 +97,8 @@ mkdir -p tmp/Output
mkdir -p tmp/Output/Inter
# Set configuration variables and check configuration makes sense
# TODO: Remove Process Dependence on N_EVTS, see: https://gitlab.cern.ch/lhcb-datapkg/PRConfig/-/issues/12
# ToDo: access n_evts from what was run over in the job, not N_EVTS i.e. evt_max as set here. see: https://gitlab.cern.ch/lhcb-datapkg/PRConfig/-/issues/12
N_EVTS=1e5
case $PROCESS in
hlt1)
MOORE_THREADS=1
@@ -107,7 +108,6 @@ case $PROCESS in
STREAM_CONFIGS=( "streamless" )
case $INPUTDATA in
nominal)
N_EVTS=1e4
CONFIG_FILE="${TEST_PATH_PREFIX}hlt1_bandwidth_input.yaml"
EXTRA_OPTS="-e 1 $MOOREROOT/options/muon_geometry_v2.py" #Requires #EvtSlots==1 due to singlethreading on DIGIs.
;;
@@ -118,7 +118,6 @@ case $PROCESS in
esac
;;
hlt2)
N_EVTS=1e5
MOORE_THREADS=$(nproc)
TEST_PATH_PREFIX='$HLT2CONFROOT/tests/options/bandwidth/'
EVENT_SIZE_UPPER_LIMIT=200
@@ -140,7 +139,6 @@ case $PROCESS in
esac
;;
spruce)
N_EVTS=1e5
MOORE_THREADS=$(nproc)
TEST_PATH_PREFIX='$HLT2CONFROOT/tests/options/bandwidth/'
EVENT_SIZE_UPPER_LIMIT=300
Loading