Skip to content

Commit dceae2f

Browse files
authored
Add option to have AO2Ds with prepropagated tracks
1 parent cd5d613 commit dceae2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,10 @@ if [[ $ALIEN_JDL_THINAODS == "1" ]] ; then
802802
export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --thin-tracks"
803803
fi
804804

805+
if [[ $ALIEN_JDL_PREPROPAGATE == "1" ]] ; then
806+
export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --propagate-tracks 1 --propagate-tracks-max-xiu 5"
807+
fi
808+
805809
# Enabling QC
806810
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
807811
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"

0 commit comments

Comments
 (0)