Fix path resolution in trigger menu services (ATR-20864)
Compare changes
Files
3- ATR-20864)Joerg Stelzer authored
* remove path resolution from one more place in python * move path resolution in C++ to base class ConfigSvcBase to avoid modification of property and code duplication
@@ -357,7 +357,7 @@ class SetupTrigConfigSvc(object):
@@ -357,7 +357,7 @@ class SetupTrigConfigSvc(object):
if TriggerFlags.doLVL2() or TriggerFlags.doEF() or TriggerFlags.doHLT() or TriggerFlags.configForStartup()=='HLToffline':
self.mlog.info( "setup HLTConfigSvc and add instance to ServiceMgr (xml file="+self.hltXmlFile+")" )
@@ -366,12 +366,12 @@ class SetupTrigConfigSvc(object):
@@ -366,12 +366,12 @@ class SetupTrigConfigSvc(object):
self.mlog.info( "setup LVL1ConfigSvc and add instance to ServiceMgr (xml file="+self.l1XmlFile+")" )
self.mlog.info( "setup L1TopoConfigSvc and add instance to ServiceMgr (xml file="+self.l1topoXmlFile+")" )