File tree Expand file tree Collapse file tree
DATA/production/configurations/asyncReco Expand file tree Collapse file tree Original file line number Diff line number Diff 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
414417fi
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;"
419419TRACKTUNETPC=${TPCEXTRAERR-}
420420
421421# combining parameters
You can’t perform that action at this time.
0 commit comments