![]() |
The Gaudi Framework
v36r11 (bdb84f5f)
|
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 | |
| SuperAlgorithm.all = ParentAlg() >> StopperAlg(StopCount=20) >> top >> sand >> sor |
Definition at line 51 of file SuperAlgorithm.py.
| SuperAlgorithm.AuditAlgorithms |
Definition at line 64 of file SuperAlgorithm.py.
| SuperAlgorithm.EvtMax |
Definition at line 61 of file SuperAlgorithm.py.
| SuperAlgorithm.EvtSel |
Definition at line 62 of file SuperAlgorithm.py.
| SuperAlgorithm.ExtSvc |
Definition at line 63 of file SuperAlgorithm.py.
| SuperAlgorithm.OutputLevel |
Definition at line 37 of file SuperAlgorithm.py.
| SuperAlgorithm.PercentPass |
Definition at line 37 of file SuperAlgorithm.py.
| SuperAlgorithm.PrintControlFlowExpression |
Definition at line 56 of file SuperAlgorithm.py.
| SuperAlgorithm.s1 = MySuperAlg("s1", OutputLevel=INFO) |
Job options file.
Definition at line 33 of file SuperAlgorithm.py.
| SuperAlgorithm.s2 = MySuperAlg("s2", OutputLevel=WARNING) |
Definition at line 34 of file SuperAlgorithm.py.
| SuperAlgorithm.sand = HelloWorld("AND") & EventCounter("ANDCounter") |
Definition at line 42 of file SuperAlgorithm.py.
| SuperAlgorithm.sor = HelloWorld("OR") | EventCounter("ORCounter") |
Definition at line 43 of file SuperAlgorithm.py.
Definition at line 35 of file SuperAlgorithm.py.
| SuperAlgorithm.TopAlg |
Definition at line 60 of file SuperAlgorithm.py.