Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v36r11 (bdb84f5f)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 74 of file CFBugWithEmptyNode.py.

◆ a2

CFBugWithEmptyNode.a2 = Test__ViewTester("A2")

Definition at line 78 of file CFBugWithEmptyNode.py.

◆ cardinality

int CFBugWithEmptyNode.cardinality = 1

Definition at line 35 of file CFBugWithEmptyNode.py.

◆ Cardinality

CFBugWithEmptyNode.Cardinality

Definition at line 75 of file CFBugWithEmptyNode.py.

◆ emptySeq

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

Definition at line 83 of file CFBugWithEmptyNode.py.

◆ EventLoop

CFBugWithEmptyNode.EventLoop

Definition at line 109 of file CFBugWithEmptyNode.py.

◆ evtMax

int CFBugWithEmptyNode.evtMax = 1

Definition at line 34 of file CFBugWithEmptyNode.py.

◆ EvtMax

CFBugWithEmptyNode.EvtMax

Definition at line 106 of file CFBugWithEmptyNode.py.

◆ EvtSel

CFBugWithEmptyNode.EvtSel

Definition at line 107 of file CFBugWithEmptyNode.py.

◆ evtslots

int CFBugWithEmptyNode.evtslots = 1

Definition at line 33 of file CFBugWithEmptyNode.py.

◆ ExtSvc

CFBugWithEmptyNode.ExtSvc

Definition at line 108 of file CFBugWithEmptyNode.py.

◆ MessageSvcType

CFBugWithEmptyNode.MessageSvcType

Definition at line 111 of file CFBugWithEmptyNode.py.

◆ OutputLevel

CFBugWithEmptyNode.OutputLevel

Definition at line 68 of file CFBugWithEmptyNode.py.

◆ scheduler

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

Definition at line 62 of file CFBugWithEmptyNode.py.

◆ slimeventloopmgr

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

Definition at line 51 of file CFBugWithEmptyNode.py.

◆ threads

int CFBugWithEmptyNode.threads = 1

Definition at line 36 of file CFBugWithEmptyNode.py.

◆ TopAlg

CFBugWithEmptyNode.TopAlg

Definition at line 110 of file CFBugWithEmptyNode.py.

◆ topSeq

CFBugWithEmptyNode.topSeq
Initial value:
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 92 of file CFBugWithEmptyNode.py.

◆ viewNodeName

CFBugWithEmptyNode.viewNodeName

Definition at line 77 of file CFBugWithEmptyNode.py.

◆ whiteboard

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

Definition at line 43 of file CFBugWithEmptyNode.py.

HiveSlimEventLoopMgr
Definition: HiveSlimEventLoopMgr.h:32
GaudiSequencer
Definition: GaudiSequencer.h:38