We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae1210 commit eed375dCopy full SHA for eed375d
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -463,7 +463,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
463
464
465
# set IR for TPC, even if it is not used for corrections scaling
466
- if (( $(echo "$INST_IR_FOR_TPC > 0" | bc -l) )) ; then # externally imposed CTP IR
+ if [[ "$INST_IR_FOR_TPC" =~ ^-?[0-9]*\.?[0-9]+$ ]] && (( $(echo "$INST_IR_FOR_TPC > 0" | bc -l) )) ; then # externally imposed CTP IR
467
echo "Applying externally provided istantaneous IR $INST_IR_FOR_TPC Hz"
468
export TPC_CORR_SCALING+=";TPCCorrMap.lumiInst=$INST_IR_FOR_TPC"
469
elif [[ $INST_IR_FOR_TPC == "CTP" ]]; then
0 commit comments