diff --git a/Detectors/PHOS/reconstruction/src/Clusterer.cxx b/Detectors/PHOS/reconstruction/src/Clusterer.cxx index fcc512a8661c2..e5131e768829f 100644 --- a/Detectors/PHOS/reconstruction/src/Clusterer.cxx +++ b/Detectors/PHOS/reconstruction/src/Clusterer.cxx @@ -77,7 +77,7 @@ void Clusterer::process(gsl::span digits, gsl::span(dataref); - if (!phosheader->mHasPayload) { - LOG(DEBUG) << "[PHOSClusterizer - run] No more digits" << std::endl; - ctx.services().get().readyToQuit(framework::QuitRequest::Me); - return; - } - // auto digits = ctx.inputs().get>("digits"); auto digits = ctx.inputs().get>("digits"); auto digitsTR = ctx.inputs().get>("digitTriggerRecords"); @@ -107,7 +99,6 @@ void ClusterizerSpec::run(framework::ProcessingContext& ctx) if (mPropagateMC) { ctx.outputs().snapshot(o2::framework::Output{"PHS", "CLUSTERTRUEMC", 0, o2::framework::Lifetime::Timeframe}, mOutputTruthCont); } - ctx.services().get().readyToQuit(framework::QuitRequest::Me); } o2::framework::DataProcessorSpec o2::phos::reco_workflow::getClusterizerSpec(bool propagateMC, bool fullClu)