![]() |
The Gaudi Framework
master (ff829712)
|
Protected Member Functions | |
_initGraph (self) | |
![]() | |
_makeAlg (self, typ, **kwargs) | |
_visitSubNodes (self, visitor) | |
Additional Inherited Members | |
![]() | |
__new__ (cls, name=None, **kwargs) | |
__init__ (self, name=None, **kwargs) | |
name (self) | |
getType (cls) | |
properties (self) | |
isApplicable (self) | |
getGaudiType (cls) | |
__repr__ (self) | |
__setattr__ (self, name, value) | |
![]() | |
graph = self._initGraph() | |
name | |
![]() | |
_name = name or self.getType() | |
Example implementation of a SuperAlgorithm specialization.
Definition at line 37 of file Configuration.py.
|
protected |
Prepare the graph represented by the SuperAlgorithm.
Reimplemented from GaudiKernel.Configurable.SuperAlgorithm.
Definition at line 42 of file Configuration.py.