![]() |
The Gaudi Framework
master (b9786168)
|
Variables | |
| p1 = Prescaler("Prescaler1", PercentPass=50.0) | |
| p2 = Prescaler("Prescaler2", PercentPass=10.0) | |
| h = HelloWorld(OutputLevel=DEBUG) | |
| c1 = EventCounter("Counter1") | |
| c2 = EventCounter("Counter2") | |
| s1 = seq(p1 & h & c1) | |
| s2 = seq(p2 & h & c2) | |
| top = s1 >> s2 | |
| sand = HelloWorld("AND") & EventCounter("ANDCounter") | |
| sor = HelloWorld("OR") | EventCounter("ORCounter") | |
| all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor | |
| PrintControlFlowExpression | |
| TopAlg | |
| EvtMax | |
| EvtSel | |
| ExtSvc | |
| AuditAlgorithms | |
| AlgSequencer.all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor |
Definition at line 55 of file AlgSequencer.py.
| AlgSequencer.AuditAlgorithms |
Definition at line 67 of file AlgSequencer.py.
| AlgSequencer.c1 = EventCounter("Counter1") |
Definition at line 32 of file AlgSequencer.py.
| AlgSequencer.c2 = EventCounter("Counter2") |
Definition at line 33 of file AlgSequencer.py.
| AlgSequencer.EvtMax |
Definition at line 64 of file AlgSequencer.py.
| AlgSequencer.EvtSel |
Definition at line 65 of file AlgSequencer.py.
| AlgSequencer.ExtSvc |
Definition at line 66 of file AlgSequencer.py.
| AlgSequencer.h = HelloWorld(OutputLevel=DEBUG) |
Definition at line 31 of file AlgSequencer.py.
| AlgSequencer.p1 = Prescaler("Prescaler1", PercentPass=50.0) |
Definition at line 29 of file AlgSequencer.py.
| AlgSequencer.p2 = Prescaler("Prescaler2", PercentPass=10.0) |
Definition at line 30 of file AlgSequencer.py.
| AlgSequencer.PrintControlFlowExpression |
Definition at line 60 of file AlgSequencer.py.
Definition at line 35 of file AlgSequencer.py.
Definition at line 36 of file AlgSequencer.py.
| AlgSequencer.sand = HelloWorld("AND") & EventCounter("ANDCounter") |
Definition at line 45 of file AlgSequencer.py.
| AlgSequencer.sor = HelloWorld("OR") | EventCounter("ORCounter") |
Definition at line 46 of file AlgSequencer.py.
Definition at line 37 of file AlgSequencer.py.
| AlgSequencer.TopAlg |
Definition at line 63 of file AlgSequencer.py.