ATLAS Offline Software
Variables
DataLoopTest Namespace Reference

Variables

 nThreads = jp.ConcurrencyFlags.NumThreads()
 
 ThreadInitTools
 
 OutputLevel
 
 topSequence = AlgSequence()
 
 INFO
 
 ShowEventDump
 
 HA = HiveAlgA("AlgA",OutputLevel=DEBUG,Time=20)
 
 HB = HiveAlgB("AlgB",OutputLevel=DEBUG,Time=10)
 
 HC = HiveAlgC("AlgC",OutputLevel=DEBUG,Time=190)
 
 HE = HiveAlgE("AlgE",OutputLevel=DEBUG,Time=10)
 
 alp = AthSequencer("LoopSeq", OutputLevel=DEBUG, Sequential=True)
 
string loopKey = "l2"
 
 HL1 = HiveAlgL1("AlgL1",OutputLevel=DEBUG,Key_W1=loopKey,Time=110)
 
 HL2 = HiveAlgL2("AlgL2",OutputLevel=DEBUG,Key_R1=loopKey,Key_U1=loopKey,Time=320)
 
 HL3 = HiveAlgL3("AlgL3",OutputLevel=DEBUG,Key_U1=loopKey,Time=120)
 
 HM = HiveAlgM("AlgM",OutputLevel=DEBUG,Key_R2=loopKey,Offset=3,Time=30)
 
 EvtMax
 
 nProc = jp.ConcurrencyFlags.NumProcs()
 
 chunkSize = int (theApp.EvtMax / nProc)
 
 PreCountedEvents
 
 ChunkSize
 
 algCardinality = jp.ConcurrencyFlags.NumThreads()
 set which Algorithms can be cloned More...
 
 name = alg.name()
 
 Cardinality
 

Variable Documentation

◆ algCardinality

DataLoopTest.algCardinality = jp.ConcurrencyFlags.NumThreads()

set which Algorithms can be cloned

Definition at line 140 of file DataLoopTest.py.

◆ alp

DataLoopTest.alp = AthSequencer("LoopSeq", OutputLevel=DEBUG, Sequential=True)

Definition at line 75 of file DataLoopTest.py.

◆ Cardinality

DataLoopTest.Cardinality

Definition at line 145 of file DataLoopTest.py.

◆ chunkSize

DataLoopTest.chunkSize = int (theApp.EvtMax / nProc)

Definition at line 123 of file DataLoopTest.py.

◆ ChunkSize

DataLoopTest.ChunkSize

Definition at line 127 of file DataLoopTest.py.

◆ EvtMax

DataLoopTest.EvtMax

Definition at line 101 of file DataLoopTest.py.

◆ HA

DataLoopTest.HA = HiveAlgA("AlgA",OutputLevel=DEBUG,Time=20)

Definition at line 68 of file DataLoopTest.py.

◆ HB

DataLoopTest.HB = HiveAlgB("AlgB",OutputLevel=DEBUG,Time=10)

Definition at line 69 of file DataLoopTest.py.

◆ HC

DataLoopTest.HC = HiveAlgC("AlgC",OutputLevel=DEBUG,Time=190)

Definition at line 70 of file DataLoopTest.py.

◆ HE

DataLoopTest.HE = HiveAlgE("AlgE",OutputLevel=DEBUG,Time=10)

Definition at line 71 of file DataLoopTest.py.

◆ HL1

DataLoopTest.HL1 = HiveAlgL1("AlgL1",OutputLevel=DEBUG,Key_W1=loopKey,Time=110)

Definition at line 78 of file DataLoopTest.py.

◆ HL2

DataLoopTest.HL2 = HiveAlgL2("AlgL2",OutputLevel=DEBUG,Key_R1=loopKey,Key_U1=loopKey,Time=320)

Definition at line 79 of file DataLoopTest.py.

◆ HL3

DataLoopTest.HL3 = HiveAlgL3("AlgL3",OutputLevel=DEBUG,Key_U1=loopKey,Time=120)

Definition at line 80 of file DataLoopTest.py.

◆ HM

DataLoopTest.HM = HiveAlgM("AlgM",OutputLevel=DEBUG,Key_R2=loopKey,Offset=3,Time=30)

Definition at line 83 of file DataLoopTest.py.

◆ INFO

DataLoopTest.INFO

Definition at line 65 of file DataLoopTest.py.

◆ loopKey

string DataLoopTest.loopKey = "l2"

Definition at line 77 of file DataLoopTest.py.

◆ name

DataLoopTest.name = alg.name()

Definition at line 144 of file DataLoopTest.py.

◆ nProc

DataLoopTest.nProc = jp.ConcurrencyFlags.NumProcs()

Definition at line 103 of file DataLoopTest.py.

◆ nThreads

DataLoopTest.nThreads = jp.ConcurrencyFlags.NumThreads()

Definition at line 12 of file DataLoopTest.py.

◆ OutputLevel

DataLoopTest.OutputLevel

Definition at line 43 of file DataLoopTest.py.

◆ PreCountedEvents

DataLoopTest.PreCountedEvents

Definition at line 126 of file DataLoopTest.py.

◆ ShowEventDump

DataLoopTest.ShowEventDump

Definition at line 65 of file DataLoopTest.py.

◆ ThreadInitTools

DataLoopTest.ThreadInitTools

Definition at line 40 of file DataLoopTest.py.

◆ topSequence

DataLoopTest.topSequence = AlgSequence()

Definition at line 62 of file DataLoopTest.py.