ATLAS Offline Software
Variables
AthenaPoolExample_ReadWriteNext Namespace Reference

Variables

string streamName = "Stream1"
 
string outputFileName = "SimplePoolFile4.root"
 
bool noTag = True
 
 flags = initConfigFlags()
 
 Files
 
 MaxEvents
 
 MsgSuppression
 
 DebugMessageComponents
 
 acc = MainServicesCfg( flags )
 
 MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG)
 
 Key
 
 TagKey
 
 Magic
 
 streamCA
 
 stream = streamCA.getEventAlgo( outputStreamName( streamName ) )
 
 AttributeListKey
 
 OutputLevel
 
 sc = acc.run(flags.Exec.MaxEvents)
 

Variable Documentation

◆ acc

AthenaPoolExample_ReadWriteNext.acc = MainServicesCfg( flags )

Definition at line 37 of file AthenaPoolExample_ReadWriteNext.py.

◆ AttributeListKey

AthenaPoolExample_ReadWriteNext.AttributeListKey

Definition at line 61 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.

◆ Key

AthenaPoolExample_ReadWriteNext.Key

Definition at line 52 of file AthenaPoolExample_ReadWriteNext.py.

◆ Magic

AthenaPoolExample_ReadWriteNext.Magic

Definition at line 54 of file AthenaPoolExample_ReadWriteNext.py.

◆ MagicWriteTag

AthenaPoolExample_ReadWriteNext.MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG)

Definition at line 51 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

string AthenaPoolExample_ReadWriteNext.outputFileName = "SimplePoolFile4.root"

Definition at line 21 of file AthenaPoolExample_ReadWriteNext.py.

◆ OutputLevel

AthenaPoolExample_ReadWriteNext.OutputLevel

Definition at line 67 of file AthenaPoolExample_ReadWriteNext.py.

◆ sc

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

Definition at line 72 of file AthenaPoolExample_ReadWriteNext.py.

◆ stream

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

Definition at line 60 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 58 of file AthenaPoolExample_ReadWriteNext.py.

◆ streamName

string AthenaPoolExample_ReadWriteNext.streamName = "Stream1"

Definition at line 20 of file AthenaPoolExample_ReadWriteNext.py.

◆ TagKey

AthenaPoolExample_ReadWriteNext.TagKey

Definition at line 53 of file AthenaPoolExample_ReadWriteNext.py.

python.OutputStreamConfig.OutputStreamCfg
def OutputStreamCfg(flags, streamName, ItemList=[], MetadataItemList=[], disableEventTag=False, trigNavThinningSvc=None, takeItemsFromInput=False, extendProvenanceRecord=True, AcceptAlgs=[], HelperTools=[])
Definition: OutputStreamConfig.py:12