Example implementation of a SuperAlgorithm specialization.
Definition at line 37 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 42 of file Configuration.py.
44 Prepare the graph represented by the SuperAlgorithm.
46 from Configurables
import Gaudi__TestSuite__EventCounter
as EventCounter
47 from Configurables
import Gaudi__TestSuite__Prescaler
as Prescaler
48 from Configurables
import HelloWorld
50 p = self._makeAlg(Prescaler, name=
"Prescaler", PercentPass=50.0)
51 h = self._makeAlg(HelloWorld, name=
"HW")
52 c = self._makeAlg(EventCounter, name=
"Counter")
The documentation for this class was generated from the following file: