ATLAS Offline Software
RDBAccessSvcConfig.py
Go to the documentation of this file.
1 
2 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 
4 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory import CompFactory
6 
7 def RDBAccessSvcCfg(flags, name="RDBAccessSvc", **kwargs):
8  result = ComponentAccumulator()
9  result.addService(CompFactory.RDBAccessSvc(name,**kwargs), primary=True)
10  return result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
RDBAccessSvcConfig.RDBAccessSvcCfg
def RDBAccessSvcCfg(flags, name="RDBAccessSvc", **kwargs)
Definition: RDBAccessSvcConfig.py:7