![]() |
The Gaudi Framework
v36r11 (bdb84f5f)
|
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 164 of file ConfigurableDb.py.
def GaudiKernel.ConfigurableDb.loadConfigurableDb | ( | ) |
Helper function to load all ConfigurableDb files (modules) holding informations about Configurables
Definition at line 120 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) @cer n.ch
Definition at line 19 of file ConfigurableDb.py.
|
private |
Definition at line 24 of file ConfigurableDb.py.
GaudiKernel.ConfigurableDb.CfgDb = _Singleton() |
Definition at line 108 of file ConfigurableDb.py.
GaudiKernel.ConfigurableDb.cfgDb = CfgDb() |
Definition at line 115 of file ConfigurableDb.py.
GaudiKernel.ConfigurableDb.log = logging.getLogger("ConfigurableDb") |
Definition at line 31 of file ConfigurableDb.py.