Skip to content

Commit ce628a6

Browse files
shahor02chiarazampolli
authored andcommitted
Restore cluster syst errors for PbPb only
1 parent f99e0fb commit ce628a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
384384
export TPC_CORR_SCALING+=" --enable-M-shape-correction "
385385
fi
386386

387-
if [[ $ALIEN_JDL_LPMANCHORYEAR == "2023" ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
387+
if [[ $ALIEN_JDL_LPMANCHORYEAR == "2023" ]] && [[ $BEAMTYPE == "PbPb" ]] ; then
388+
# adding additional cluster errors
389+
# the values below should be squared, but the validation of those values (0.01 and 0.0225) is ongoing
390+
TPCEXTRAERR=";GPU_rec_tpc.clusterError2AdditionalY=0.1;GPU_rec_tpc.clusterError2AdditionalZ=0.15;"
388391
if [[ $SCALE_WITH_ZDC == 1 ]]; then
389392
echo "For 2023 PbPb ZDC inst. lumi applying factor 2.414"
390393
export TPC_CORR_SCALING+=";TPCCorrMap.lumiInstFactor=2.414;"
@@ -413,9 +416,6 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
413416

414417
fi
415418

416-
# adding additional cluster errors
417-
# the values below should be squared, but the validation of those values (0.01 and 0.0225) is ongoing
418-
#TPCEXTRAERR=";GPU_rec_tpc.clusterError2AdditionalY=0.1;GPU_rec_tpc.clusterError2AdditionalZ=0.15;"
419419
TRACKTUNETPC=${TPCEXTRAERR-}
420420

421421
# combining parameters

0 commit comments

Comments
 (0)