The Gaudi Framework  v36r11 (bdb84f5f)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SuperAlgorithm.py File Reference

Go to the source code of this file.

Namespaces

 SuperAlgorithm
 

Variables

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