The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
AlgSequencer Namespace Reference

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
 

Variable Documentation

◆ all

AlgSequencer.all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor

Definition at line 55 of file AlgSequencer.py.

◆ AuditAlgorithms

AlgSequencer.AuditAlgorithms

Definition at line 67 of file AlgSequencer.py.

◆ c1

AlgSequencer.c1 = EventCounter("Counter1")

Definition at line 32 of file AlgSequencer.py.

◆ c2

AlgSequencer.c2 = EventCounter("Counter2")

Definition at line 33 of file AlgSequencer.py.

◆ EvtMax

AlgSequencer.EvtMax

Definition at line 64 of file AlgSequencer.py.

◆ EvtSel

AlgSequencer.EvtSel

Definition at line 65 of file AlgSequencer.py.

◆ ExtSvc

AlgSequencer.ExtSvc

Definition at line 66 of file AlgSequencer.py.

◆ h

AlgSequencer.h = HelloWorld(OutputLevel=DEBUG)

Definition at line 31 of file AlgSequencer.py.

◆ p1

AlgSequencer.p1 = Prescaler("Prescaler1", PercentPass=50.0)

Job options file

Definition at line 29 of file AlgSequencer.py.

◆ p2

AlgSequencer.p2 = Prescaler("Prescaler2", PercentPass=10.0)

Definition at line 30 of file AlgSequencer.py.

◆ PrintControlFlowExpression

AlgSequencer.PrintControlFlowExpression

Definition at line 60 of file AlgSequencer.py.

◆ s1

AlgSequencer.s1 = seq(p1 & h & c1)

Definition at line 35 of file AlgSequencer.py.

◆ s2

AlgSequencer.s2 = seq(p2 & h & c2)

Definition at line 36 of file AlgSequencer.py.

◆ sand

AlgSequencer.sand = HelloWorld("AND") & EventCounter("ANDCounter")

Definition at line 45 of file AlgSequencer.py.

◆ sor

AlgSequencer.sor = HelloWorld("OR") | EventCounter("ORCounter")

Definition at line 46 of file AlgSequencer.py.

◆ top

AlgSequencer.top = s1 >> s2

Definition at line 37 of file AlgSequencer.py.

◆ TopAlg

AlgSequencer.TopAlg

Definition at line 63 of file AlgSequencer.py.