File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,16 @@ export ADD_EXTRA_WORKFLOW=
126126
127127# other ad-hoc settings for CTF reader
128128export 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
129139echo RUN = $RUNNUMBER
130140if [[ $RUNNUMBER -ge 521889 ]]; then
131141 export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --its-digits --mft-digits"
You can’t perform that action at this time.
0 commit comments