Skip to content

Commit b3d1330

Browse files
aferrero2707Barthelemy
authored andcommitted
[MUON] removed unneeed call to TaskInterface::retrieveConditionAny() (#2172)
This fixes a crash of the MUON tracks task at the end of the processing
1 parent d067658 commit b3d1330

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Modules/MUON/Common/src/TracksTask.cxx

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ void TracksTask::initialize(o2::framework::InitContext& /*ic*/)
6060
{
6161
ILOG(Debug, Devel) << "initialize TracksTask" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
6262

63-
ILOG(Info, Support) << "loading geometry" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
64-
if (!o2::base::GeometryManager::isGeometryLoaded()) {
65-
TaskInterface::retrieveConditionAny<TObject>("GLO/Config/Geometry");
66-
}
67-
6863
ILOG(Info, Support) << "loading sources" << ENDM; // QcInfoLogger is used. FairMQ logs will go to there as well.
6964

7065
auto srcFixed = mSrc;

0 commit comments

Comments
 (0)