Skip to content

Commit ce73557

Browse files
Scaling of TPC corr maps for PbPb 2023
1 parent 5918f86 commit ce73557

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,11 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
313313
export TPC_CORR_SCALING+=" --corrmap-lumi-mean $ALIEN_JDL_MEANIRFORTPC "
314314
fi
315315

316+
if [[ $ALIEN_JDL_LPMANCHORYEAR == "2023" ]] && [[ $BEAMTYPE == "PbPb" ]]; then
317+
unset TPC_CORR_SCALING
318+
export TPC_CORR_SCALING="--ctp-lumi-factor 2.414 --require-ctp-lumi"
319+
fi
320+
316321
if [[ $PERIOD != @(LHC22c|LHC22d|LHC22e|JUN|LHC22f) ]] ; then
317322
echo "Setting TPCCLUSTERTIMESHIFT to 0"
318323
TPCCLUSTERTIMESHIFT=0

0 commit comments

Comments
 (0)