![]() |
The Gaudi Framework
v39r2 (37c0b60a)
|
Job options file. More...
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | UseHelloWorld (self) |
def | UseHelloWorld (self, value) |
![]() | |
def | __new__ (cls, name=None, **kwargs) |
def | __init__ (self, name=None, **kwargs) |
def | name (self) |
def | getType (cls) |
def | properties (self) |
def | isApplicable (self) |
def | getGaudiType (cls) |
def | __repr__ (self) |
def | __setattr__ (self, name, value) |
Public Attributes | |
graph | |
![]() | |
graph | |
Private Member Functions | |
def | _initGraph (self) |
Private Attributes | |
_hello_flag | |
Job options file.
Example implementation of a SuperAlgorithm specialization with behaviour depending on a property. In this case the boolean option UseHelloWorld defines if the HelloWorld instance has to be used or not.
Definition at line 24 of file SuperAlgDynamicGraph.py.
def SuperAlgDynamicGraph.MySuperAlg.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 33 of file SuperAlgDynamicGraph.py.
|
private |
Prepare the graph represented by the SuperAlgorithm.
Reimplemented from GaudiKernel.Configurable.SuperAlgorithm.
Definition at line 49 of file SuperAlgDynamicGraph.py.
def SuperAlgDynamicGraph.MySuperAlg.UseHelloWorld | ( | self | ) |
Definition at line 40 of file SuperAlgDynamicGraph.py.
def SuperAlgDynamicGraph.MySuperAlg.UseHelloWorld | ( | self, | |
value | |||
) |
Definition at line 44 of file SuperAlgDynamicGraph.py.
|
private |
Definition at line 45 of file SuperAlgDynamicGraph.py.
SuperAlgDynamicGraph.MySuperAlg.graph |
Definition at line 47 of file SuperAlgDynamicGraph.py.