From 44621a4bf53ffcb7f7a6aee823802684fcbad9e6 Mon Sep 17 00:00:00 2001 From: Florian Reiss Date: Sun, 10 Aug 2025 14:42:47 +0200 Subject: [PATCH] updates from Tracker alignment stack --- MooreScripts/job/SciFi/runAnalyzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MooreScripts/job/SciFi/runAnalyzer.sh b/MooreScripts/job/SciFi/runAnalyzer.sh index f03da324b..4a70337cf 100755 --- a/MooreScripts/job/SciFi/runAnalyzer.sh +++ b/MooreScripts/job/SciFi/runAnalyzer.sh @@ -23,7 +23,7 @@ vp_options=$HUMBOLDTROOT/options/UseRetina.py settings=$(python -c 'import OnlineEnvBase; print(OnlineEnvBase.HLTType)') echo "HLTTYPE $settings" -if [[ $settings == *"veloSP" ]]; then +if [[ $settings == *"veloSP*" ]]; then echo "SciFi alignment: configuring VELO SP algorithms based on current trigger config $settings" vp_options= fi -- GitLab