From 9e60b1c8bbb73ebedff82e8f3ade17f97f728afb Mon Sep 17 00:00:00 2001 From: lugrazet <Luke.Grazette@CERN.CH> Date: Tue, 19 Dec 2023 14:29:24 +0000 Subject: [PATCH] Include Muon_geo necessary for ZTrkEff --- scripts/benchmark-scripts/Moore_bandwidth_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark-scripts/Moore_bandwidth_test.sh b/scripts/benchmark-scripts/Moore_bandwidth_test.sh index b82c1482..dec0ece1 100755 --- a/scripts/benchmark-scripts/Moore_bandwidth_test.sh +++ b/scripts/benchmark-scripts/Moore_bandwidth_test.sh @@ -156,7 +156,7 @@ case $PROCESS in # "latest" corresponds to using the uploaded full-stream output from a "process=hlt2, input-data=nominal" test. # These files are overwritten during "lhcb-master" builds of "process=hlt2, input-data=nominal", i.e. Daily. CONFIG_FILE="tmp/hlt2_bw_testing__production__full__metadata.yaml" - EXTRA_OPTS='-um --read-evt-max-from-config' + EXTRA_OPTS='-um --read-evt-max-from-config $MOOREROOT/options/muon_geometry_v2.py' ;; *) echo "ERROR: --input-data must be \"nominal\" or \"latest\" for process \"$PROCESS\"" -- GitLab