ATLAS Offline Software
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):
10  acc.addService(CompFactory.SQLiteDBSvc(name=name, DatabasePath=dbPath, **kwargs))
11  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
SQLiteDBSvcConfig.SQLiteDBSvcCfg
def SQLiteDBSvcCfg(flags, name="SQLiteDBSvc", dbPath=":memory:", **kwargs)
Definition: SQLiteDBSvcConfig.py:8