diff --git a/MooreScripts/job/SciFi/runAnalyzer.sh b/MooreScripts/job/SciFi/runAnalyzer.sh index f03da324b0666d8693d870888ab9d5ad3f235995..4a70337cfe3ea04abb2b2ab2c813c79af0ce127b 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