Skip to content

Commit 545af73

Browse files
committed
Allow TPC derivative scaling corrections with CTP
1 parent 1502a4d commit 545af73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
487487
elif [[ $TPC_SCALING_SOURCE == "CTP" ]]; then
488488
echo "CTP Lumi from data will be used for TPC scaling"
489489
export TPC_CORR_SCALING+=" --lumi-type 1 "
490+
if [[ $ALIEN_JDL_USEDERIVATIVESFORSCALING == "1" ]]; then
491+
export TPC_CORR_SCALING+=" --corrmap-lumi-mode 1 "
492+
fi
490493
elif [[ $TPC_SCALING_SOURCE == "IDCCCDB" ]]; then
491494
echo "TPC correction with IDC from CCDB will be used"
492495
export TPC_CORR_SCALING+=" --lumi-type 2 "

0 commit comments

Comments
 (0)