The Gaudi Framework  v36r1 (3e2fb5a8)
SuperAlgorithm Namespace Reference

Variables

 s1 = MySuperAlg('s1', OutputLevel=INFO)
 
 s2 = MySuperAlg('s2', OutputLevel=WARNING)
 
 top = s1 >> s2
 
 PercentPass
 
 OutputLevel
 
 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

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

Definition at line 46 of file SuperAlgorithm.py.

◆ AuditAlgorithms

SuperAlgorithm.AuditAlgorithms

Definition at line 59 of file SuperAlgorithm.py.

◆ EvtMax

SuperAlgorithm.EvtMax

Definition at line 56 of file SuperAlgorithm.py.

◆ EvtSel

SuperAlgorithm.EvtSel

Definition at line 57 of file SuperAlgorithm.py.

◆ ExtSvc

SuperAlgorithm.ExtSvc

Definition at line 58 of file SuperAlgorithm.py.

◆ OutputLevel

SuperAlgorithm.OutputLevel

Definition at line 32 of file SuperAlgorithm.py.

◆ PercentPass

SuperAlgorithm.PercentPass

Definition at line 32 of file SuperAlgorithm.py.

◆ PrintControlFlowExpression

SuperAlgorithm.PrintControlFlowExpression

Definition at line 51 of file SuperAlgorithm.py.

◆ s1

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

Definition at line 28 of file SuperAlgorithm.py.

◆ s2

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

Definition at line 29 of file SuperAlgorithm.py.

◆ sand

SuperAlgorithm.sand = HelloWorld('AND') & EventCounter('ANDCounter')

Definition at line 37 of file SuperAlgorithm.py.

◆ sor

SuperAlgorithm.sor = HelloWorld('OR') | EventCounter('ORCounter')

Definition at line 38 of file SuperAlgorithm.py.

◆ top

SuperAlgorithm.top = s1 >> s2

Definition at line 30 of file SuperAlgorithm.py.

◆ TopAlg

SuperAlgorithm.TopAlg

Definition at line 55 of file SuperAlgorithm.py.