Skip to content

Commit 0e502dd

Browse files
shahor02alcaliva
authored andcommitted
Disable minTrackdEdxMax2Tot cut for >= 2025 data (#2425)
1 parent 4e0cd5c commit 0e502dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,10 @@ if [[ -n $ALIEN_JDL_MVBIAS ]]; then
866866
export O2_DPL_MVBIAS=$ALIEN_JDL_MVBIAS
867867
fi
868868

869+
if [[ $ALIEN_JDL_LPMANCHORYEAR -ge 2025 ]] ; then
870+
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow+=";GPU_rec_tpc.minTrackdEdxMax2Tot=-1.;"
871+
fi
872+
869873
# Enabling QC
870874
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
871875
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"

0 commit comments

Comments
 (0)