ATLAS Offline Software
Classes | Functions | Variables
python.ComponentFactory Namespace Reference

Classes

class  _compFactory
 

Functions

def _getConf1 (name)
 

Variables

 CompFactory
 

Function Documentation

◆ _getConf1()

def python.ComponentFactory._getConf1 (   name)
private
Return legacy Configurable class with given name

Definition at line 19 of file ComponentFactory.py.

19 def _getConf1(name):
20  """Return legacy Configurable class with given name"""
21  from AthenaCommon.ConfigurableDb import getConfigurable
22  return getConfigurable(name.replace("::","__"), assumeCxxClass=False)
23 
24 

Variable Documentation

◆ CompFactory

python.ComponentFactory.CompFactory

Definition at line 42 of file ComponentFactory.py.

python.ComponentFactory._getConf1
def _getConf1(name)
Definition: ComponentFactory.py:19
python.ConfigurableDb.getConfigurable
def getConfigurable(className, requester='', assumeCxxClass=True)
Definition: ConfigurableDb.py:208