![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|
Variables | |
p1 = Prescaler("Prescaler1", PercentPass=50.0, OutputLevel=WARNING) | |
p2 = Prescaler("Prescaler2", PercentPass=10.0, 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 61 of file AlgSequencer.py.
AlgSequencer.AuditAlgorithms |
Definition at line 60 of file AlgSequencer.py.
AlgSequencer.c1 = EventCounter("Counter1") |
Definition at line 33 of file AlgSequencer.py.
AlgSequencer.c2 = EventCounter("Counter2") |
Definition at line 34 of file AlgSequencer.py.
AlgSequencer.EvtMax |
Definition at line 57 of file AlgSequencer.py.
AlgSequencer.EvtSel |
Definition at line 58 of file AlgSequencer.py.
AlgSequencer.ExtSvc |
Definition at line 59 of file AlgSequencer.py.
AlgSequencer.h = HelloWorld(OutputLevel=DEBUG) |
Definition at line 32 of file AlgSequencer.py.
AlgSequencer.p1 = Prescaler("Prescaler1", PercentPass=50.0, OutputLevel=WARNING) |
Definition at line 30 of file AlgSequencer.py.
AlgSequencer.p2 = Prescaler("Prescaler2", PercentPass=10.0, OutputLevel=WARNING) |
Definition at line 31 of file AlgSequencer.py.
AlgSequencer.PrintControlFlowExpression |
Definition at line 66 of file AlgSequencer.py.
Definition at line 35 of file AlgSequencer.py.
Definition at line 36 of file AlgSequencer.py.
AlgSequencer.sand |
Definition at line 42 of file AlgSequencer.py.
AlgSequencer.sor |
Definition at line 47 of file AlgSequencer.py.
Definition at line 37 of file AlgSequencer.py.
AlgSequencer.TopAlg |
Definition at line 56 of file AlgSequencer.py.