From d90a9797679462ede29ccad2ed73b209d30b6602 Mon Sep 17 00:00:00 2001 From: Felix Schlepper Date: Mon, 20 Nov 2023 15:43:08 +0100 Subject: [PATCH] fix --- Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx | 1 + .../GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx b/Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx index 48fd2aa3e3ed6..8f1c6f9ef8793 100644 --- a/Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx +++ b/Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx @@ -115,6 +115,7 @@ void SecondaryVertexingSpec::run(ProcessingContext& pc) mTimer.Stop(); LOG(info) << "Found " << mVertexer.getNV0s() << " V0s, " << mVertexer.getNCascades() << " cascades, " << mVertexer.getN3Bodies() << " 3-body decays, " << mVertexer.getNStrangeTracks() << " strange tracks. Timing: CPU: " << mTimer.CpuTime() - timeCPU0 << " Real: " << mTimer.RealTime() - timeReal0 << " s"; + LOGP(info, "~~~~"); } void SecondaryVertexingSpec::endOfStream(EndOfStreamContext& ec) diff --git a/Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx b/Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx index cbb3adb718ece..f5c2fffbc5364 100644 --- a/Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx +++ b/Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx @@ -90,6 +90,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext) if (enagleStrTr) { srcClus |= GID::getSourceMask(GID::ITS); } + srcClus |= GID::getSourceMask(GID::TPC); if (requireCTPLumi) { src = src | GID::getSourcesMask("CTP"); }