![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
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 | |
| SuperAlgorithm.all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor |
Definition at line 46 of file SuperAlgorithm.py.
| SuperAlgorithm.AuditAlgorithms |
Definition at line 59 of file SuperAlgorithm.py.
| SuperAlgorithm.EvtMax |
Definition at line 56 of file SuperAlgorithm.py.
| SuperAlgorithm.EvtSel |
Definition at line 57 of file SuperAlgorithm.py.
| SuperAlgorithm.ExtSvc |
Definition at line 58 of file SuperAlgorithm.py.
| SuperAlgorithm.OutputLevel |
Definition at line 32 of file SuperAlgorithm.py.
| SuperAlgorithm.PercentPass |
Definition at line 32 of file SuperAlgorithm.py.
| SuperAlgorithm.PrintControlFlowExpression |
Definition at line 51 of file SuperAlgorithm.py.
| SuperAlgorithm.s1 = MySuperAlg('s1', OutputLevel=INFO) |
Definition at line 28 of file SuperAlgorithm.py.
| SuperAlgorithm.s2 = MySuperAlg('s2', OutputLevel=WARNING) |
Definition at line 29 of file SuperAlgorithm.py.
| SuperAlgorithm.sand = HelloWorld('AND') & EventCounter('ANDCounter') |
Definition at line 37 of file SuperAlgorithm.py.
| SuperAlgorithm.sor = HelloWorld('OR') | EventCounter('ORCounter') |
Definition at line 38 of file SuperAlgorithm.py.
Definition at line 30 of file SuperAlgorithm.py.
| SuperAlgorithm.TopAlg |
Definition at line 55 of file SuperAlgorithm.py.