ATLAS Offline Software
Functions
SQLiteDBSvcConfig Namespace Reference

Functions

def SQLiteDBSvcCfg (flags, name="SQLiteDBSvc", dbPath=":memory:", **kwargs)
 

Detailed Description

ComponentAccumulator configuration for SQLiteDBSvc

Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration

Function Documentation

◆ SQLiteDBSvcCfg()

def SQLiteDBSvcConfig.SQLiteDBSvcCfg (   flags,
  name = "SQLiteDBSvc",
  dbPath = ":memory:",
**  kwargs 
)

Definition at line 8 of file SQLiteDBSvcConfig.py.

8 def SQLiteDBSvcCfg(flags, name="SQLiteDBSvc", dbPath=":memory:", **kwargs): acc = ComponentAccumulator()
9  acc.addService(CompFactory.SQLiteDBSvc(name=name, DatabasePath=dbPath, **kwargs))
10  return acc
11 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
SQLiteDBSvcConfig.SQLiteDBSvcCfg
def SQLiteDBSvcCfg(flags, name="SQLiteDBSvc", dbPath=":memory:", **kwargs)
Definition: SQLiteDBSvcConfig.py:8