Skip to content
Snippets Groups Projects
Commit 41048a7e authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'sg_jo' into 'main'

StoreGate+SGComps: delete legacy job options

See merge request atlas/athena!70714
parents 3b341744 a588f57e
No related branches found
No related tags found
No related merge requests found
## @file AddressRemappingSvc_jobOptions.py
## @brief AddressRemappingSvc job options file to illustrate available AddressRemappingSvc properties.
## @author Peter van Gemmeren <gemmeren@anl.gov>
## $Id: AddressRemappingSvc_jobOptions.py,v 1.4 2008-06-06 18:25:04 gemmeren Exp $
###############################################################
#
# AddressRemappingSvc job options file
# Principally for documentation, to illustrate available AddressRemappingSvc properties
#
#==============================================================
# The next lines tell Athena to load the AddressRemappingSvc.
from SGComps.SGCompsConf import AddressRemappingSvc
AddressRemappingSvc = AddressRemappingSvc()
svcMgr += AddressRemappingSvc
# Add AddressRemappingSvc as ProxyProviderSvc to re-map items in updateAddress
from AthenaCommon.ConfigurableDb import getConfigurable
svcMgr += getConfigurable( "ProxyProviderSvc" )()
svcMgr.ProxyProviderSvc.ProviderNames += [ "AddressRemappingSvc" ]
# List items to be re-mapped
svcMgr.AddressRemappingSvc.TypeKeyOverwriteMaps = [ "<oldType>#<oldKey>-><newType>[,symlink]#<newKey>[,alias]" ]
svcMgr.AddressRemappingSvc.TypeKeyOverwriteMaps = [ ]
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( StoreGate )
......@@ -80,6 +80,4 @@ _add_test( ShallowCopyDecorDeps_test )
# Install files from the package:
atlas_install_joboptions( share/*.txt
share/StoreGate_jobOptions.py )
atlas_install_joboptions( share/*.txt )
from AthenaCommon.AppMgr import theApp, ServiceMgr, theAuditorSvc
theApp.CreateSvc += [ "StoreGateSvc/DetectorStore", "StoreGateSvc" ]
theApp.ExtSvc += [ "StoreGateSvc/HistoryStore" ]
from AthenaCommon.ConfigurableDb import getConfigurable
ServiceMgr += getConfigurable("ClassIDSvc")()
ServiceMgr.ClassIDSvc.CLIDDBFiles += [ "Gaudi_clid.db" ]
from AthenaCommon.AppMgr import theAuditorSvc
from GaudiAud.GaudiAudConf import AlgContextAuditor
theAuditorSvc += AlgContextAuditor()
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