The Gaudi Framework  v36r1 (3e2fb5a8)
SuperAlgorithm.py File Reference

Go to the source code of this file.

Namespaces

 SuperAlgorithm
 

Variables

 SuperAlgorithm.s1 = MySuperAlg('s1', OutputLevel=INFO)
 
 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