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 e297eae commit b1f27d7Copy full SHA for b1f27d7
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -420,7 +420,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
420
export TPC_CORR_SCALING+=" --enable-M-shape-correction "
421
fi
422
423
- if [[ $ALIEN_JDL_LPMANCHORYEAR == "2023" ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
+ if [[ $ALIEN_JDL_LPMANCHORYEAR -ge 2023 ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
424
# adding additional cluster errors
425
# the values below should be squared, but the validation of those values (0.01 and 0.0225) is ongoing
426
TPCEXTRAERR=";GPU_rec_tpc.clusterError2AdditionalYSeeding=0.1;GPU_rec_tpc.clusterError2AdditionalZSeeding=0.15;"
0 commit comments