From cfb922b056f6383eb1464681f399fd79cd2a76d4 Mon Sep 17 00:00:00 2001 From: shahoian Date: Wed, 29 Jul 2026 19:55:21 +0200 Subject: [PATCH] Disable minTrackdEdxMax2Tot cut for >= 2025 data --- 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 10c595455..57c9ae688 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -862,6 +862,10 @@ if [[ -n $ALIEN_JDL_MVBIAS ]]; then export O2_DPL_MVBIAS=$ALIEN_JDL_MVBIAS fi +if [[ $ALIEN_JDL_LPMANCHORYEAR -ge 2025 ]] ; then + export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_rec_tpc.minTrackdEdxMax2Tot=-1.;" +fi + # Enabling QC if [[ $ALIEN_JDL_QCOFF != "1" ]]; then export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"