Skip to content

Commit 4b196ea

Browse files
authored
Fix for TPC distortion treatment (#2007)
A bug for TPC distortion treatment crept in with the refactor of #1966 This commit fixes it.
1 parent 88ee20d commit 4b196ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ echo_info "Substituting ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMPRODUCTIONTAG w
126126
ALIEN_JDL_LPMPRODUCTIONTAG=$ALIEN_JDL_LPMANCHORPRODUCTION
127127

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

0 commit comments

Comments
 (0)