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 cd5d613 commit 1ae1210Copy full SHA for 1ae1210
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -802,6 +802,10 @@ if [[ $ALIEN_JDL_THINAODS == "1" ]] ; then
802
export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --thin-tracks"
803
fi
804
805
+if [[ $ALIEN_JDL_PREPROPAGATE == "1" ]] ; then
806
+ export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --propagate-tracks --propagate-tracks-max-xiu 5"
807
+fi
808
+
809
# Enabling QC
810
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
811
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"
0 commit comments