Skip to content

Commit 269941b

Browse files
committed
gpu-reco-workflow should never add readers, remove leftover when copying from tpc-reco-workflow
1 parent b71ab71 commit 269941b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

GPU/Workflow/src/gpu-reco-workflow.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
220220
taskPrepare->options()});
221221
}
222222

223-
if (!cfgc.options().get<bool>("ignore-dist-stf")) {
224-
GlobalTrackID::mask_t srcTrk = GlobalTrackID::getSourcesMask("none");
225-
GlobalTrackID::mask_t srcCl = GlobalTrackID::getSourcesMask("TPC");
226-
o2::globaltracking::InputHelper::addInputSpecs(cfgc, specs, srcCl, srcTrk, srcTrk, doMC);
227-
}
228-
229223
// configure dpl timer to inject correct firstTForbit: start from the 1st orbit of TF containing 1st sampled orbit
230224
o2::raw::HBFUtilsInitializer hbfIni(cfgc, specs);
231225

0 commit comments

Comments
 (0)