Skip to content
Snippets Groups Projects
Commit 3f4ed5fa authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'trigConf' into 'master'

Bug in new Gaudi JO svc interaction with HLT JO svc

See merge request atlas/athena!35696
parents e4b80adf 4a23043b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ StatusCode TrigConf::JobOptionsSvc::initialize()
// m_optsvc = serviceLocator()->getOptsSvc();
ATH_CHECK(m_optsvc.retrieve());
m_optsvc->set( this->name() + ".TYPE" , "NONE" );
SmartIF<IService> josvc = &*m_josvc;
m_optsvc->set( josvc->name() + ".TYPE" , "NONE" );
if (m_sourceType == "FILE") {
......
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