Skip to content
Snippets Groups Projects
Commit 2552abb5 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

HltEventLoopMgr: Do not auto-retrieve tools

Disable the auto-retrieval of tools introduced in
gaudi/Gaudi!1124 as this is not relevant for the EventLoopMgr.
parent b101a422
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,10 @@ HltEventLoopMgr::~HltEventLoopMgr() ...@@ -105,6 +105,10 @@ HltEventLoopMgr::~HltEventLoopMgr()
// ============================================================================= // =============================================================================
StatusCode HltEventLoopMgr::initialize() StatusCode HltEventLoopMgr::initialize()
{ {
// Do not auto-retrieve tools (see Gaudi!1124)
m_autoRetrieveTools = false;
m_checkToolDeps = false;
ATH_MSG_VERBOSE("start of " << __FUNCTION__); ATH_MSG_VERBOSE("start of " << __FUNCTION__);
ATH_MSG_INFO(" ---> HltEventLoopMgr = " << name() << " initialize - package version " << PACKAGE_VERSION); ATH_MSG_INFO(" ---> HltEventLoopMgr = " << name() << " initialize - package version " << PACKAGE_VERSION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment