The Gaudi Framework  master (cc9a61f4)
Loading...
Searching...
No Matches
SuperAlgorithm Namespace Reference

Variables

 s1 = MySuperAlg("s1", OutputLevel=INFO)
 Job options file.
 s2 = MySuperAlg("s2", OutputLevel=WARNING)
 top = s1 >> s2
 PercentPass
 OutputLevel
 sand = HelloWorld("AND") & GE_EventCounter("ANDCounter")
 sor = HelloWorld("OR") | GE_EventCounter("ORCounter")
 all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor
 PrintControlFlowExpression
 TopAlg
 EvtMax
 EvtSel
 ExtSvc
 AuditAlgorithms

Variable Documentation

◆ all

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

Definition at line 45 of file SuperAlgorithm.py.

◆ AuditAlgorithms

SuperAlgorithm.AuditAlgorithms

Definition at line 58 of file SuperAlgorithm.py.

◆ EvtMax

SuperAlgorithm.EvtMax

Definition at line 55 of file SuperAlgorithm.py.

◆ EvtSel

SuperAlgorithm.EvtSel

Definition at line 56 of file SuperAlgorithm.py.

◆ ExtSvc

SuperAlgorithm.ExtSvc

Definition at line 57 of file SuperAlgorithm.py.

◆ OutputLevel

SuperAlgorithm.OutputLevel

Definition at line 31 of file SuperAlgorithm.py.

◆ PercentPass

SuperAlgorithm.PercentPass

Definition at line 31 of file SuperAlgorithm.py.

◆ PrintControlFlowExpression

SuperAlgorithm.PrintControlFlowExpression

Definition at line 50 of file SuperAlgorithm.py.

◆ s1

SuperAlgorithm.s1 = MySuperAlg("s1", OutputLevel=INFO)

Job options file.

Definition at line 27 of file SuperAlgorithm.py.

◆ s2

SuperAlgorithm.s2 = MySuperAlg("s2", OutputLevel=WARNING)

Definition at line 28 of file SuperAlgorithm.py.

◆ sand

SuperAlgorithm.sand = HelloWorld("AND") & GE_EventCounter("ANDCounter")

Definition at line 36 of file SuperAlgorithm.py.

◆ sor

SuperAlgorithm.sor = HelloWorld("OR") | GE_EventCounter("ORCounter")

Definition at line 37 of file SuperAlgorithm.py.

◆ top

SuperAlgorithm.top = s1 >> s2

Definition at line 29 of file SuperAlgorithm.py.

◆ TopAlg

SuperAlgorithm.TopAlg

Definition at line 54 of file SuperAlgorithm.py.