The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
CFBugWithEmptyNode Namespace Reference

Variables

int evtslots = 1
 
int evtMax = 1
 
int cardinality = 1
 
int threads = 1
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 slimeventloopmgr
 
 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=threads, OutputLevel=VERBOSE)
 
 OutputLevel
 
 a1 = Test__ViewTester("A1")
 
 Cardinality
 
 viewNodeName
 
 a2 = Test__ViewTester("A2")
 
 emptySeq
 
 topSeq
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Variable Documentation

◆ a1

CFBugWithEmptyNode.a1 = Test__ViewTester("A1")

Definition at line 75 of file CFBugWithEmptyNode.py.

◆ a2

CFBugWithEmptyNode.a2 = Test__ViewTester("A2")

Definition at line 79 of file CFBugWithEmptyNode.py.

◆ Cardinality

CFBugWithEmptyNode.Cardinality

Definition at line 76 of file CFBugWithEmptyNode.py.

◆ cardinality

int CFBugWithEmptyNode.cardinality = 1

Definition at line 36 of file CFBugWithEmptyNode.py.

◆ emptySeq

CFBugWithEmptyNode.emptySeq
Initial value:
1= Gaudi__Sequencer(
2 "emptySeq",
3 Members=[],
4 Sequential=False,
5 ModeOR=True,
6 ShortCircuit=False,
7 OutputLevel=INFO,
8)

Definition at line 84 of file CFBugWithEmptyNode.py.

◆ EventLoop

CFBugWithEmptyNode.EventLoop

Definition at line 110 of file CFBugWithEmptyNode.py.

◆ EvtMax

CFBugWithEmptyNode.EvtMax

Definition at line 107 of file CFBugWithEmptyNode.py.

◆ evtMax

int CFBugWithEmptyNode.evtMax = 1

Definition at line 35 of file CFBugWithEmptyNode.py.

◆ EvtSel

CFBugWithEmptyNode.EvtSel

Definition at line 108 of file CFBugWithEmptyNode.py.

◆ evtslots

int CFBugWithEmptyNode.evtslots = 1

Definition at line 34 of file CFBugWithEmptyNode.py.

◆ ExtSvc

CFBugWithEmptyNode.ExtSvc

Definition at line 109 of file CFBugWithEmptyNode.py.

◆ MessageSvcType

CFBugWithEmptyNode.MessageSvcType

Definition at line 112 of file CFBugWithEmptyNode.py.

◆ OutputLevel

CFBugWithEmptyNode.OutputLevel

Definition at line 69 of file CFBugWithEmptyNode.py.

◆ scheduler

CFBugWithEmptyNode.scheduler = AvalancheSchedulerSvc(ThreadPoolSize=threads, OutputLevel=VERBOSE)

Definition at line 63 of file CFBugWithEmptyNode.py.

◆ slimeventloopmgr

CFBugWithEmptyNode.slimeventloopmgr
Initial value:
2 SchedulerName="AvalancheSchedulerSvc", OutputLevel=INFO
3)

Definition at line 52 of file CFBugWithEmptyNode.py.

◆ threads

int CFBugWithEmptyNode.threads = 1

Definition at line 37 of file CFBugWithEmptyNode.py.

◆ TopAlg

CFBugWithEmptyNode.TopAlg

Definition at line 111 of file CFBugWithEmptyNode.py.

◆ topSeq

CFBugWithEmptyNode.topSeq
Initial value:
1= Gaudi__Sequencer(
2 "topSeq",
3 # Members=[emptySeq, a1], #This finds a different bug/quirk
4 Members=[a1, emptySeq, a2],
5 Sequential=True,
6 ModeOR=False,
7 ShortCircuit=True,
8 OutputLevel=INFO,
9)

Definition at line 93 of file CFBugWithEmptyNode.py.

◆ viewNodeName

CFBugWithEmptyNode.viewNodeName

Definition at line 78 of file CFBugWithEmptyNode.py.

◆ whiteboard

CFBugWithEmptyNode.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)

Definition at line 44 of file CFBugWithEmptyNode.py.