From d86965109727f29073b097a04b77971f7ca105b2 Mon Sep 17 00:00:00 2001 From: aferrero2707 Date: Fri, 8 Mar 2024 17:27:59 +0100 Subject: [PATCH] [MUON] removed unneeed call to TaskInterface::retrieveConditionAny() This fixes a crash of the MUON tracks task at the end of the processing --- Modules/MUON/Common/src/TracksTask.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Modules/MUON/Common/src/TracksTask.cxx b/Modules/MUON/Common/src/TracksTask.cxx index 2da29f8629..c56f89c459 100644 --- a/Modules/MUON/Common/src/TracksTask.cxx +++ b/Modules/MUON/Common/src/TracksTask.cxx @@ -60,11 +60,6 @@ void TracksTask::initialize(o2::framework::InitContext& /*ic*/) { ILOG(Debug, Devel) << "initialize TracksTask" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well. - ILOG(Info, Support) << "loading geometry" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well. - if (!o2::base::GeometryManager::isGeometryLoaded()) { - TaskInterface::retrieveConditionAny("GLO/Config/Geometry"); - } - ILOG(Info, Support) << "loading sources" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well. auto srcFixed = mSrc;