Skip to content

Commit c44b75e

Browse files
committed
Add possibility to add cluster mask for dE/dx
1 parent 51e8f7e commit c44b75e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then
348348
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.globalTrackingRowRange=100;"
349349
fi
350350

351+
if [[ -n "$ALIEN_JDL_TPCDEDXCLMASK" ]]; then
352+
CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;"
353+
fi
354+
351355
#-------------------------------------- TPC corrections -----------------------------------------------
352356
# we need to provide to TPC
353357
# 1) interaction rate info (lumi) used for scaling or errors and possible of the corrections : INST_IR_FOR_TPC

0 commit comments

Comments
 (0)