From c44b75ef0ec0af1dd7f7107e73410c698a7545e6 Mon Sep 17 00:00:00 2001 From: wiechula Date: Mon, 3 Mar 2025 10:02:58 +0100 Subject: [PATCH] Add possibility to add cluster mask for dE/dx --- DATA/production/configurations/asyncReco/setenv_extra.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index 7cce2d965..2e0e2c7c2 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -348,6 +348,10 @@ elif [[ $ALIGNLEVEL == 1 ]]; then export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.globalTrackingRowRange=100;" fi + if [[ -n "$ALIEN_JDL_TPCDEDXCLMASK" ]]; then + CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+="GPU_rec_tpc.dEdxClusterRejectionFlagMask=$ALIEN_JDL_TPCDEDXCLMASK;" + fi + #-------------------------------------- TPC corrections ----------------------------------------------- # we need to provide to TPC # 1) interaction rate info (lumi) used for scaling or errors and possible of the corrections : INST_IR_FOR_TPC