![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Classes | |
| class | _CfgDb |
| class | _Singleton |
Functions | |
| def | loadConfigurableDb () |
| def | getConfigurable (className, requester='', assumeCxxClass=True) |
Variables | |
| list | __all__ = ['CfgDb', 'cfgDb', 'loadConfigurableDb', 'getConfigurable'] |
| (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More... | |
| _transtable = str.maketrans('<>&*,: ().', '__rp__s___') | |
| log = logging.getLogger('ConfigurableDb') | |
| CfgDb = _Singleton() | |
| cfgDb = CfgDb() | |
| def GaudiKernel.ConfigurableDb.getConfigurable | ( | className, | |
requester = '', |
|||
assumeCxxClass = True |
|||
| ) |
Definition at line 162 of file ConfigurableDb.py.
| def GaudiKernel.ConfigurableDb.loadConfigurableDb | ( | ) |
Helper function to load all ConfigurableDb files (modules) holding informations about Configurables
Definition at line 119 of file ConfigurableDb.py.
|
private |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
File: AthenaCommon/python/ConfigurableDb.py Author: Sebastien Binet (binet@cern.ch)
Definition at line 19 of file ConfigurableDb.py.
|
private |
Definition at line 23 of file ConfigurableDb.py.
| GaudiKernel.ConfigurableDb.CfgDb = _Singleton() |
Definition at line 107 of file ConfigurableDb.py.
| GaudiKernel.ConfigurableDb.cfgDb = CfgDb() |
Definition at line 114 of file ConfigurableDb.py.
| GaudiKernel.ConfigurableDb.log = logging.getLogger('ConfigurableDb') |
Definition at line 29 of file ConfigurableDb.py.