Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v36r11 (bdb84f5f)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SuperAlgorithm Namespace Reference

Variables

 s1 = MySuperAlg("s1", OutputLevel=INFO)
 Job options file. More...
 
 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 51 of file SuperAlgorithm.py.

◆ AuditAlgorithms

SuperAlgorithm.AuditAlgorithms

Definition at line 64 of file SuperAlgorithm.py.

◆ EvtMax

SuperAlgorithm.EvtMax

Definition at line 61 of file SuperAlgorithm.py.

◆ EvtSel

SuperAlgorithm.EvtSel

Definition at line 62 of file SuperAlgorithm.py.

◆ ExtSvc

SuperAlgorithm.ExtSvc

Definition at line 63 of file SuperAlgorithm.py.

◆ OutputLevel

SuperAlgorithm.OutputLevel

Definition at line 37 of file SuperAlgorithm.py.

◆ PercentPass

SuperAlgorithm.PercentPass

Definition at line 37 of file SuperAlgorithm.py.

◆ PrintControlFlowExpression

SuperAlgorithm.PrintControlFlowExpression

Definition at line 56 of file SuperAlgorithm.py.

◆ s1

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

Job options file.

Definition at line 33 of file SuperAlgorithm.py.

◆ s2

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

Definition at line 34 of file SuperAlgorithm.py.

◆ sand

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

Definition at line 42 of file SuperAlgorithm.py.

◆ sor

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

Definition at line 43 of file SuperAlgorithm.py.

◆ top

SuperAlgorithm.top = s1 >> s2

Definition at line 35 of file SuperAlgorithm.py.

◆ TopAlg

SuperAlgorithm.TopAlg

Definition at line 60 of file SuperAlgorithm.py.