Skip to content

Commit 1a4704e

Browse files
Possibility to apply TF selection in async reco (#1826)
1 parent dc22d4e commit 1a4704e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ export ADD_EXTRA_WORKFLOW=
126126

127127
# other ad-hoc settings for CTF reader
128128
export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --allow-missing-detectors $REMAPPING"
129+
130+
# possibility to only process some TFs
131+
if [[ -z ${ALIEN_JDL_RUN_TIME_SPAN_FILE+x} ]]; then
132+
export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --run-time-span-file $ALIEN_JDL_RUN_TIME_SPAN_FILE "
133+
fi
134+
if [[ ${ALIEN_JDL_INVERT_IRFRAME_SELECTION} == 1 ]]; then
135+
export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --invert-irframe-selection "
136+
fi
137+
138+
# other settings
129139
echo RUN = $RUNNUMBER
130140
if [[ $RUNNUMBER -ge 521889 ]]; then
131141
export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --its-digits --mft-digits"

0 commit comments

Comments
 (0)