ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Database
SQLiteDBSvc
python
SQLiteDBSvcConfig.py
Go to the documentation of this file.
1
2
"""ComponentAccumulator configuration for SQLiteDBSvc
3
4
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5
"""
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
from
AthenaConfiguration.ComponentFactory
import
CompFactory
8
def
SQLiteDBSvcCfg
(flags, name="SQLiteDBSvc", dbPath=":memory:
", **kwargs):
9
acc = ComponentAccumulator()
10
acc.addService(CompFactory.SQLiteDBSvc(name=name, DatabasePath=dbPath, **kwargs))
11
return
acc
SQLiteDBSvcConfig.SQLiteDBSvcCfg
SQLiteDBSvcCfg(flags, name="SQLiteDBSvc", dbPath=":memory:", **kwargs)
Definition
SQLiteDBSvcConfig.py:8
Generated on
for ATLAS Offline Software by
1.17.0