ATLAS Offline Software
Loading...
Searching...
No Matches
Database
RDBAccessSvc
python
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
RDBAccessSvcConfig.RDBAccessSvcCfg
RDBAccessSvcCfg(flags, name="RDBAccessSvc", **kwargs)
Definition
RDBAccessSvcConfig.py:7
Generated on
for ATLAS Offline Software by
1.14.0