![]() |
The Gaudi Framework
master (82fdf313)
|
Variables | |
s1 = MySuperAlg("s1", OutputLevel=INFO) | |
Job options file. | |
s2 = MySuperAlg("s2", OutputLevel=WARNING) | |
top = s1 >> s2 | |
PercentPass | |
OutputLevel | |
sand = HelloWorld("AND") & GE_EventCounter("ANDCounter") | |
sor = HelloWorld("OR") | GE_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 45 of file SuperAlgorithm.py.
SuperAlgorithm.AuditAlgorithms |
Definition at line 58 of file SuperAlgorithm.py.
SuperAlgorithm.EvtMax |
Definition at line 55 of file SuperAlgorithm.py.
SuperAlgorithm.EvtSel |
Definition at line 56 of file SuperAlgorithm.py.
SuperAlgorithm.ExtSvc |
Definition at line 57 of file SuperAlgorithm.py.
SuperAlgorithm.OutputLevel |
Definition at line 31 of file SuperAlgorithm.py.
SuperAlgorithm.PercentPass |
Definition at line 31 of file SuperAlgorithm.py.
SuperAlgorithm.PrintControlFlowExpression |
Definition at line 50 of file SuperAlgorithm.py.
SuperAlgorithm.s1 = MySuperAlg("s1", OutputLevel=INFO) |
Job options file.
Definition at line 27 of file SuperAlgorithm.py.
SuperAlgorithm.s2 = MySuperAlg("s2", OutputLevel=WARNING) |
Definition at line 28 of file SuperAlgorithm.py.
SuperAlgorithm.sand = HelloWorld("AND") & GE_EventCounter("ANDCounter") |
Definition at line 36 of file SuperAlgorithm.py.
SuperAlgorithm.sor = HelloWorld("OR") | GE_EventCounter("ORCounter") |
Definition at line 37 of file SuperAlgorithm.py.
Definition at line 29 of file SuperAlgorithm.py.
SuperAlgorithm.TopAlg |
Definition at line 54 of file SuperAlgorithm.py.