Skip to content
Snippets Groups Projects

Update muon configuration and fix unit tests

Merged Edward Moyse requested to merge emoyse/athena:master-update-muonconfig into master
6 files
+ 159
92
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -56,7 +56,7 @@ def MDTCondSummarySvcCfg(flags, **kwargs):
kwargs['ConditionsServices'] = [cond_svc] # COOL folders not available online
cond_summary = MDTCondSummarySvc(**kwargs)
result.addService(cond_summary)
return result, cond_summary
return result
def RPCCondSummarySvcCfg(flags,**kwargs):
result = ComponentAccumulator()
Loading