We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d944cc commit 529b92aCopy full SHA for 529b92a
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -487,6 +487,9 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
487
elif [[ $TPC_SCALING_SOURCE == "CTP" ]]; then
488
echo "CTP Lumi from data will be used for TPC scaling"
489
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
493
elif [[ $TPC_SCALING_SOURCE == "IDCCCDB" ]]; then
494
echo "TPC correction with IDC from CCDB will be used"
495
export TPC_CORR_SCALING+=" --lumi-type 2 "
0 commit comments