File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
278278 # replace the input sources depending on the detector compostition and matching detectors
279279 ITSTPCMatchQuery=" trackITSTPC:GLO/TPCITS/0;trackITSTPCABREFS:GLO/TPCITSAB_REFS/0;trackITSTPCABCLID:GLO/TPCITSAB_CLID/0;trackTPC:TPC/TRACKS;trackTPCClRefs:TPC/CLUSREFS/0;trackITS:ITS/TRACKS/0;trackITSROF:ITS/ITSTrackROF/0;trackITSClIdx:ITS/TRACKCLSID/0;alpparITS:ITS/ALPIDEPARAM/0?lifetime=condition&ccdb-path=ITS/Config/AlpideParam;SVParam:GLO/SVPARAM/0?lifetime=condition&ccdb-path=GLO/Config/SVertexerParam"
280280 TRACKSOURCESK0=" ITS,TPC,ITS-TPC"
281- if has_processing_step MATCH_SECVTX || has_detector_matching SECVTX; then
281+ if [[ $BEAMTYPE != " cosmic " ]] && ( has_processing_step MATCH_SECVTX || has_detector_matching SECVTX) ; then
282282 if [[ $SYNCMODE == 1 ]] || [[ $EPNSYNCMODE == 1 ]]; then
283283 HAS_K0_ENABLED=$( jq -r .qc.tasks.MTCITSTPC.taskParameters.doK0QC " ${LOCAL_FILENAME} " )
284284 else
You can’t perform that action at this time.
0 commit comments