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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -109,7 +109,7 @@ case $PROCESS in
case $INPUTDATA in
nominal)
CONFIG_FILE="${TEST_PATH_PREFIX}hlt1_bandwidth_input.yaml"
EXTRA_OPTS="-e 1 --digi $MOOREROOT/options/muon_geometry_v2.py" #Requires #EvtSlots==1 due to singlethreading on DIGIs.
EXTRA_OPTS="-e 1 --digi" #Requires #EvtSlots==1 due to singlethreading on DIGIs.
;;
*)
echo "ERROR: --input-data must be \"nominal\" for process \"$PROCESS\""
Loading