![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Variables | |
| p1 = Prescaler('Prescaler1', PercentPass=50., OutputLevel=WARNING) | |
| p2 = Prescaler('Prescaler2', PercentPass=10., OutputLevel=WARNING) | |
| h = HelloWorld(OutputLevel=DEBUG) | |
| c1 = EventCounter('Counter1') | |
| c2 = EventCounter('Counter2') | |
| s1 = Sequencer('Sequence1', Members=[p1, h, c1]) | |
| s2 = Sequencer('Sequence2', Members=[p2, h, c2]) | |
| top = Sequencer('TopSequence', Members=[s1, s2], StopOverride=True) | |
| sand | |
| sor | |
| TopAlg | |
| EvtMax | |
| EvtSel | |
| ExtSvc | |
| AuditAlgorithms | |
| all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor | |
| PrintControlFlowExpression | |
| AlgSequencer.all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor |
Definition at line 54 of file AlgSequencer.py.
| AlgSequencer.AuditAlgorithms |
Definition at line 52 of file AlgSequencer.py.
| AlgSequencer.c1 = EventCounter('Counter1') |
Definition at line 27 of file AlgSequencer.py.
| AlgSequencer.c2 = EventCounter('Counter2') |
Definition at line 28 of file AlgSequencer.py.
| AlgSequencer.EvtMax |
Definition at line 49 of file AlgSequencer.py.
| AlgSequencer.EvtSel |
Definition at line 50 of file AlgSequencer.py.
| AlgSequencer.ExtSvc |
Definition at line 51 of file AlgSequencer.py.
| AlgSequencer.h = HelloWorld(OutputLevel=DEBUG) |
Definition at line 26 of file AlgSequencer.py.
| AlgSequencer.p1 = Prescaler('Prescaler1', PercentPass=50., OutputLevel=WARNING) |
Definition at line 24 of file AlgSequencer.py.
| AlgSequencer.p2 = Prescaler('Prescaler2', PercentPass=10., OutputLevel=WARNING) |
Definition at line 25 of file AlgSequencer.py.
| AlgSequencer.PrintControlFlowExpression |
Definition at line 59 of file AlgSequencer.py.
Definition at line 29 of file AlgSequencer.py.
Definition at line 30 of file AlgSequencer.py.
| AlgSequencer.sand |
Definition at line 36 of file AlgSequencer.py.
| AlgSequencer.sor |
Definition at line 40 of file AlgSequencer.py.
Definition at line 31 of file AlgSequencer.py.
| AlgSequencer.TopAlg |
Definition at line 48 of file AlgSequencer.py.