The Gaudi Framework  v36r9p1 (5c15b2bb)
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