Definition at line 146 of file GaudiAlgConf.py.
| def GaudiAlg.GaudiAlgConf.GaudiAlgorithm.__init__ |
( |
|
self, |
|
|
|
name = Configurable.DefaultName, |
|
|
|
kwargs |
|
) |
| |
Definition at line 196 of file GaudiAlgConf.py.
196 def __init__(self, name = Configurable.DefaultName, **kwargs):
197 super(GaudiAlgorithm, self).
__init__(name)
198 for n,v
in kwargs.items():
def __init__(self, name=Configurable.DefaultName, kwargs)
| def GaudiAlg.GaudiAlgConf.GaudiAlgorithm.getDlls |
( |
|
self | ) |
|
| def GaudiAlg.GaudiAlgConf.GaudiAlgorithm.getType |
( |
|
self | ) |
|
| dictionary GaudiAlg.GaudiAlgConf.GaudiAlgorithm.__slots__ |
|
staticprivate |
| dictionary GaudiAlg.GaudiAlgConf.GaudiAlgorithm._propertyDocDct |
|
staticprivate |
Initial value:
4 'RegisterForContextService' : ,
9 'EfficiencyRowFormat' : ,
12 'UseEfficiencyRowFormat' : ,
13 'RegularRowFormat' : ,
Definition at line 181 of file GaudiAlgConf.py.
The documentation for this class was generated from the following file: