We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0cd5c commit 0e502ddCopy full SHA for 0e502dd
1 file changed
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -866,6 +866,10 @@ if [[ -n $ALIEN_JDL_MVBIAS ]]; then
866
export O2_DPL_MVBIAS=$ALIEN_JDL_MVBIAS
867
fi
868
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
+
873
# Enabling QC
874
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
875
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"
0 commit comments