Skip to content

Commit b1f27d7

Browse files
ZDC scaling factor should be used from 2023 on, not just 2023 (#1795)
1 parent e297eae commit b1f27d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
420420
export TPC_CORR_SCALING+=" --enable-M-shape-correction "
421421
fi
422422

423-
if [[ $ALIEN_JDL_LPMANCHORYEAR == "2023" ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
423+
if [[ $ALIEN_JDL_LPMANCHORYEAR -ge 2023 ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
424424
# adding additional cluster errors
425425
# the values below should be squared, but the validation of those values (0.01 and 0.0225) is ongoing
426426
TPCEXTRAERR=";GPU_rec_tpc.clusterError2AdditionalYSeeding=0.1;GPU_rec_tpc.clusterError2AdditionalZSeeding=0.15;"

0 commit comments

Comments
 (0)