ATLAS Offline Software
Variables
AthenaPoolExample_ReadWrite Namespace Reference

Variables

string streamName = "ReWrite"
 
string outputFileName = "SimplePoolFile3.root"
 
bool noTag = True
 
 flags = initConfigFlags()
 
 Files
 
 MaxEvents
 
 MsgSuppression
 
 DebugMessageComponents
 
 acc = MainServicesCfg( flags )
 
 WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG)
 
 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_ReadWrite.acc = MainServicesCfg( flags )

Definition at line 36 of file AthenaPoolExample_ReadWrite.py.

◆ AttributeListKey

AthenaPoolExample_ReadWrite.AttributeListKey

Definition at line 66 of file AthenaPoolExample_ReadWrite.py.

◆ DebugMessageComponents

AthenaPoolExample_ReadWrite.DebugMessageComponents

Definition at line 30 of file AthenaPoolExample_ReadWrite.py.

◆ Files

AthenaPoolExample_ReadWrite.Files

Definition at line 26 of file AthenaPoolExample_ReadWrite.py.

◆ flags

AthenaPoolExample_ReadWrite.flags = initConfigFlags()

Definition at line 25 of file AthenaPoolExample_ReadWrite.py.

◆ Key

AthenaPoolExample_ReadWrite.Key

Definition at line 53 of file AthenaPoolExample_ReadWrite.py.

◆ Magic

AthenaPoolExample_ReadWrite.Magic

Definition at line 55 of file AthenaPoolExample_ReadWrite.py.

◆ MagicWriteTag

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

Definition at line 52 of file AthenaPoolExample_ReadWrite.py.

◆ MaxEvents

AthenaPoolExample_ReadWrite.MaxEvents

Definition at line 28 of file AthenaPoolExample_ReadWrite.py.

◆ MsgSuppression

AthenaPoolExample_ReadWrite.MsgSuppression

Definition at line 29 of file AthenaPoolExample_ReadWrite.py.

◆ noTag

bool AthenaPoolExample_ReadWrite.noTag = True

Definition at line 22 of file AthenaPoolExample_ReadWrite.py.

◆ outputFileName

string AthenaPoolExample_ReadWrite.outputFileName = "SimplePoolFile3.root"

Definition at line 21 of file AthenaPoolExample_ReadWrite.py.

◆ OutputLevel

AthenaPoolExample_ReadWrite.OutputLevel

Definition at line 72 of file AthenaPoolExample_ReadWrite.py.

◆ sc

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

Definition at line 77 of file AthenaPoolExample_ReadWrite.py.

◆ stream

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

Definition at line 65 of file AthenaPoolExample_ReadWrite.py.

◆ streamCA

AthenaPoolExample_ReadWrite.streamCA
Initial value:
1 = OutputStreamCfg( flags, streamName, disableEventTag = True,
2  ItemList = [ "ExampleTrackContainer#MyTracks" ] )

Definition at line 63 of file AthenaPoolExample_ReadWrite.py.

◆ streamName

string AthenaPoolExample_ReadWrite.streamName = "ReWrite"

Definition at line 20 of file AthenaPoolExample_ReadWrite.py.

◆ TagKey

AthenaPoolExample_ReadWrite.TagKey

Definition at line 54 of file AthenaPoolExample_ReadWrite.py.

◆ WriteTag

AthenaPoolExample_ReadWrite.WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG)

Definition at line 49 of file AthenaPoolExample_ReadWrite.py.

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