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 4b20d61 commit 8bd46f6Copy full SHA for 8bd46f6
MC/run/ANCHOR/anchorMC.sh
@@ -127,6 +127,8 @@ ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMANCHORPRODUCTION
127
128
if [[ $ALIEN_JDL_ANCHOR_SIM_OPTIONS == *"--tpc-distortion-type 2"* ]]; then
129
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"}
132
fi
133
134
# check variables that need to be set
0 commit comments