ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolExample_ReadWriteNext Namespace Reference

Variables

str streamName = "Stream1"
str outputFileName = "SimplePoolFile4.root"
bool noTag = True
 flags = initConfigFlags()
 Files
 MaxEvents
 MsgSuppression
 DebugMessageComponents
 acc = MainServicesCfg( flags )
 streamCA
 stream = streamCA.getEventAlgo( outputStreamName( streamName ) )
 OutputLevel
 sc = acc.run(flags.Exec.MaxEvents)

Variable Documentation

◆ acc

AthenaPoolExample_ReadWriteNext.acc = MainServicesCfg( flags )

Definition at line 37 of file AthenaPoolExample_ReadWriteNext.py.

◆ DebugMessageComponents

AthenaPoolExample_ReadWriteNext.DebugMessageComponents

Definition at line 30 of file AthenaPoolExample_ReadWriteNext.py.

◆ Files

AthenaPoolExample_ReadWriteNext.Files

Definition at line 26 of file AthenaPoolExample_ReadWriteNext.py.

◆ flags

AthenaPoolExample_ReadWriteNext.flags = initConfigFlags()

Definition at line 25 of file AthenaPoolExample_ReadWriteNext.py.

◆ MaxEvents

AthenaPoolExample_ReadWriteNext.MaxEvents

Definition at line 28 of file AthenaPoolExample_ReadWriteNext.py.

◆ MsgSuppression

AthenaPoolExample_ReadWriteNext.MsgSuppression

Definition at line 29 of file AthenaPoolExample_ReadWriteNext.py.

◆ noTag

bool AthenaPoolExample_ReadWriteNext.noTag = True

Definition at line 22 of file AthenaPoolExample_ReadWriteNext.py.

◆ outputFileName

str AthenaPoolExample_ReadWriteNext.outputFileName = "SimplePoolFile4.root"

Definition at line 21 of file AthenaPoolExample_ReadWriteNext.py.

◆ OutputLevel

AthenaPoolExample_ReadWriteNext.OutputLevel

Definition at line 59 of file AthenaPoolExample_ReadWriteNext.py.

◆ sc

AthenaPoolExample_ReadWriteNext.sc = acc.run(flags.Exec.MaxEvents)

Definition at line 64 of file AthenaPoolExample_ReadWriteNext.py.

◆ stream

AthenaPoolExample_ReadWriteNext.stream = streamCA.getEventAlgo( outputStreamName( streamName ) )

Definition at line 53 of file AthenaPoolExample_ReadWriteNext.py.

◆ streamCA

AthenaPoolExample_ReadWriteNext.streamCA
Initial value:
1= OutputStreamCfg(flags, streamName, disableEventTag = noTag,
2 ItemList = ["EventInfo#*", "ExampleTrackContainer#MyTracks"] )

Definition at line 51 of file AthenaPoolExample_ReadWriteNext.py.

◆ streamName

str AthenaPoolExample_ReadWriteNext.streamName = "Stream1"

Definition at line 20 of file AthenaPoolExample_ReadWriteNext.py.