Skip to content

Commit 8bd46f6

Browse files
committed
anchorMC: Set TPCSCALINGSOURCE per default to CTP
1 parent 4b20d61 commit 8bd46f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMANCHORPRODUCTION
127127

128128
if [[ $ALIEN_JDL_ANCHOR_SIM_OPTIONS == *"--tpc-distortion-type 2"* ]]; then
129129
export O2DPG_ENABLE_TPC_DISTORTIONS=ON
130+
# set the SCALING SOURCE to CTP for MC unless explicitely given from outside
131+
export ALIEN_JDL_TPCSCALINGSOURCE=${ALIEN_JDL_TPCSCALINGSOURCE:-"CTP"}
130132
fi
131133

132134
# check variables that need to be set

0 commit comments

Comments
 (0)