Skip to content

Commit be691e5

Browse files
committed
anchorMC: Set TPCSCALINGSOURCE per default to CTP
1 parent e72f726 commit be691e5

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
@@ -126,6 +126,8 @@ ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMANCHORPRODUCTION
126126

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

131133
# check variables that need to be set

0 commit comments

Comments
 (0)