![]() |
The Gaudi Framework
master (181af51f)
|
Variables | |
int | evtslots = 5 |
int | evtMax = 1000 |
int | cardinality = 10 |
int | threads = 5 |
bool | nested = True |
bool | sequence = True |
float | filterPass = 50.0 |
whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots, OutputLevel=FATAL) | |
slimeventloopmgr | |
scheduler | |
OutputLevel | |
list | allAlgs = [] |
alg = Prescaler("alg" + str(i)) | |
Cardinality | |
PercentPass | |
baseSeq | |
list | allSeqs = [] |
list | allSeqSeqs = [] |
list | seqAlgs = allAlgs[10 * i : 10 * (i + 1)] |
seq | |
list | seqSeqs = allSeqs[10 * i : 10 * (i + 1)] |
filterAlg = Prescaler("filterAlg" + str(i)) | |
Members | |
EvtMax | |
EvtSel | |
ExtSvc | |
EventLoop | |
TopAlg | |
MessageSvcType | |
ManySmallAlgs.alg = Prescaler("alg" + str(i)) |
Definition at line 81 of file ManySmallAlgs.py.
list ManySmallAlgs.allAlgs = [] |
Definition at line 79 of file ManySmallAlgs.py.
list ManySmallAlgs.allSeqs = [] |
Definition at line 97 of file ManySmallAlgs.py.
list ManySmallAlgs.allSeqSeqs = [] |
Definition at line 98 of file ManySmallAlgs.py.
ManySmallAlgs.baseSeq |
Definition at line 87 of file ManySmallAlgs.py.
ManySmallAlgs.Cardinality |
Definition at line 83 of file ManySmallAlgs.py.
int ManySmallAlgs.cardinality = 10 |
Definition at line 32 of file ManySmallAlgs.py.
ManySmallAlgs.EventLoop |
Definition at line 157 of file ManySmallAlgs.py.
ManySmallAlgs.EvtMax |
Definition at line 154 of file ManySmallAlgs.py.
int ManySmallAlgs.evtMax = 1000 |
Definition at line 31 of file ManySmallAlgs.py.
ManySmallAlgs.EvtSel |
Definition at line 155 of file ManySmallAlgs.py.
int ManySmallAlgs.evtslots = 5 |
Definition at line 30 of file ManySmallAlgs.py.
ManySmallAlgs.ExtSvc |
Definition at line 156 of file ManySmallAlgs.py.
ManySmallAlgs.filterAlg = Prescaler("filterAlg" + str(i)) |
Definition at line 115 of file ManySmallAlgs.py.
float ManySmallAlgs.filterPass = 50.0 |
Definition at line 36 of file ManySmallAlgs.py.
ManySmallAlgs.Members |
Definition at line 148 of file ManySmallAlgs.py.
ManySmallAlgs.MessageSvcType |
Definition at line 159 of file ManySmallAlgs.py.
bool ManySmallAlgs.nested = True |
Definition at line 34 of file ManySmallAlgs.py.
ManySmallAlgs.OutputLevel |
Definition at line 74 of file ManySmallAlgs.py.
ManySmallAlgs.PercentPass |
Definition at line 84 of file ManySmallAlgs.py.
ManySmallAlgs.scheduler |
Definition at line 63 of file ManySmallAlgs.py.
ManySmallAlgs.seq |
Definition at line 102 of file ManySmallAlgs.py.
list ManySmallAlgs.seqAlgs = allAlgs[10 * i : 10 * (i + 1)] |
Definition at line 101 of file ManySmallAlgs.py.
list ManySmallAlgs.seqSeqs = allSeqs[10 * i : 10 * (i + 1)] |
Definition at line 113 of file ManySmallAlgs.py.
bool ManySmallAlgs.sequence = True |
Definition at line 35 of file ManySmallAlgs.py.
ManySmallAlgs.slimeventloopmgr |
Definition at line 52 of file ManySmallAlgs.py.
int ManySmallAlgs.threads = 5 |
Definition at line 33 of file ManySmallAlgs.py.
ManySmallAlgs.TopAlg |
Definition at line 158 of file ManySmallAlgs.py.
ManySmallAlgs.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots, OutputLevel=FATAL) |
Definition at line 44 of file ManySmallAlgs.py.