Skip to content

Commit 50f7e88

Browse files
Adding possibility to scale with derivatives
1 parent 6c6417b commit 50f7e88

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
326326
elif [[ $INST_IR_FOR_TPC == "IDCCCDB" ]]; then
327327
echo "TPC correction with IDC from CCDB will be used"
328328
export TPC_CORR_SCALING+=" --lumi-type 2 "
329+
if [[ $ALIEN_JDL_USEDERIVATIVESFORSCALING == "1" ]]; then
330+
export TPC_CORR_SCALING+=" --corrmap-lumi-mode 1 "
331+
fi
329332
else
330333
echo "Unknown setting for INST_IR_FOR_TPC = $INST_IR_FOR_TPC (with ALIEN_JDL_INST_IR_FOR_TPC = $ALIEN_JDL_INST_IR_FOR_TPC)"
331334
return 1

0 commit comments

Comments
 (0)