File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
DATA/production/configurations/asyncReco Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,12 @@ export ADD_EXTRA_WORKFLOW=
128128export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --allow-missing-detectors $REMAPPING "
129129
130130# possibility to only process some TFs
131- if [[ -z ${ALIEN_JDL_RUN_TIME_SPAN_FILE+x } ]]; then
131+ if [[ ! -z ${ALIEN_JDL_RUN_TIME_SPAN_FILE} ]]; then
132132 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 "
133+ # the following option makes sense only if we have the previous
134+ if [[ ${ALIEN_JDL_INVERT_IRFRAME_SELECTION} == 1 ]]; then
135+ export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow+=" --invert-irframe-selection "
136+ fi
136137fi
137138
138139# other settings
You can’t perform that action at this time.
0 commit comments