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