File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ has_pid_qc()
5656 return 0
5757}
5858
59- has_track_source ()
59+ has_track_source ()
6060{
6161 [[ $TRACK_SOURCES =~ (^| ,)" $1 " (,| $) ]]
62- }
62+ }
6363
6464has_tof_matching_source ()
6565{
@@ -183,8 +183,6 @@ LIST_OF_PID="FT0-TOF"
183183
184184# Detectors used in the workflow / enabled parameters
185185if [[ -z " ${WORKFLOW_DETECTORS+x} " ]] || [[ " 0$WORKFLOW_DETECTORS " == " 0ALL" ]]; then export WORKFLOW_DETECTORS=$LIST_OF_DETECTORS ; fi
186- # temporary manual addition of CTP if ADD_CTP is requested, to be removed when ECS will start including CTP/TRG to the list of detectors.
187- ! has_detector CTP && [[ ! -z " ${ADD_CTP+x} " ]] && add_comma_separated WORKFLOW_DETECTORS CTP
188186if [[ -z " ${WORKFLOW_DETECTORS_QC+x} " ]] || [[ " 0$WORKFLOW_DETECTORS_QC " == " 0ALL" ]]; then export WORKFLOW_DETECTORS_QC=" $WORKFLOW_DETECTORS ,$LIST_OF_GLORECO " ; fi
189187if [[ -z " ${WORKFLOW_DETECTORS_CALIB+x} " ]] || [[ " 0$WORKFLOW_DETECTORS_CALIB " == " 0ALL" ]]; then export WORKFLOW_DETECTORS_CALIB=$WORKFLOW_DETECTORS ; fi
190188if [[ -z " ${WORKFLOW_DETECTORS_RECO+x} " ]] || [[ " 0$WORKFLOW_DETECTORS_RECO " == " 0ALL" ]]; then export WORKFLOW_DETECTORS_RECO=$WORKFLOW_DETECTORS ; fi
You can’t perform that action at this time.
0 commit comments