Example implementation of a SuperAlgorithm specialization.
Definition at line 41 of file Configuration.py.
◆ _initGraph()
def Configuration.Gaudi_Test_MySuperAlg._initGraph |
( |
|
self | ) |
|
|
private |
Prepare the graph represented by the SuperAlgorithm.
Reimplemented from GaudiKernel.Configurable.SuperAlgorithm.
Definition at line 46 of file Configuration.py.
48 Prepare the graph represented by the SuperAlgorithm.
50 from Configurables
import Gaudi__TestSuite__EventCounter
as EventCounter
51 from Configurables
import Gaudi__TestSuite__Prescaler
as Prescaler
52 from Configurables
import HelloWorld
54 p = self._makeAlg(Prescaler, name=
"Prescaler", PercentPass=50.0)
55 h = self._makeAlg(HelloWorld, name=
"HW")
56 c = self._makeAlg(EventCounter, name=
"Counter")
The documentation for this class was generated from the following file: