ATLAS Offline Software
Variables
AthenaPoolExample_Write Namespace Reference

Variables

string stream1name = "Stream1"
 
string file1Name = "ROOTTREE:SimplePoolFile1.root"
 
string stream2name = "Stream2"
 
string file2Name = "ROOTTREE:SimplePoolFile2.root"
 
string stream3name = "Stream3"
 
string file3Name = "ROOTTREE:EmptyPoolFile.root"
 
bool noTag = True
 
 flags = initConfigFlags()
 
 MsgSuppression
 
 MaxEvents
 
 Files
 
 DebugMessageComponents
 
 acc = MainServicesCfg( flags )
 
 WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG)
 
 Magic
 
 MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG)
 
 Key
 
 TagKey
 
 stream1ca
 
 stream1 = stream1ca.getEventAlgo( outputStreamName( stream1name ) )
 
 AttributeListKey
 
 stream2ca
 
 stream2 = stream2ca.getEventAlgo( outputStreamName( stream2name ) )
 
 filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG)
 
 stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag )
 
 stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) )
 
 RequireAlgs
 
 OutputLevel
 
 sc = acc.run(flags.Exec.MaxEvents)
 

Variable Documentation

◆ acc

AthenaPoolExample_Write.acc = MainServicesCfg( flags )

Definition at line 87 of file AthenaPoolExample_Write.py.

◆ AttributeListKey

AthenaPoolExample_Write.AttributeListKey

Definition at line 120 of file AthenaPoolExample_Write.py.

◆ DebugMessageComponents

AthenaPoolExample_Write.DebugMessageComponents

Definition at line 82 of file AthenaPoolExample_Write.py.

◆ file1Name

string AthenaPoolExample_Write.file1Name = "ROOTTREE:SimplePoolFile1.root"

Definition at line 67 of file AthenaPoolExample_Write.py.

◆ file2Name

string AthenaPoolExample_Write.file2Name = "ROOTTREE:SimplePoolFile2.root"

Definition at line 69 of file AthenaPoolExample_Write.py.

◆ file3Name

string AthenaPoolExample_Write.file3Name = "ROOTTREE:EmptyPoolFile.root"

Definition at line 71 of file AthenaPoolExample_Write.py.

◆ Files

AthenaPoolExample_Write.Files

Definition at line 78 of file AthenaPoolExample_Write.py.

◆ filterAlg

AthenaPoolExample_Write.filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG)

Definition at line 133 of file AthenaPoolExample_Write.py.

◆ flags

AthenaPoolExample_Write.flags = initConfigFlags()

Definition at line 75 of file AthenaPoolExample_Write.py.

◆ Key

AthenaPoolExample_Write.Key

Definition at line 104 of file AthenaPoolExample_Write.py.

◆ Magic

AthenaPoolExample_Write.Magic

Definition at line 100 of file AthenaPoolExample_Write.py.

◆ MagicWriteTag

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

Definition at line 103 of file AthenaPoolExample_Write.py.

◆ MaxEvents

AthenaPoolExample_Write.MaxEvents

Definition at line 77 of file AthenaPoolExample_Write.py.

◆ MsgSuppression

AthenaPoolExample_Write.MsgSuppression

Definition at line 76 of file AthenaPoolExample_Write.py.

◆ noTag

bool AthenaPoolExample_Write.noTag = True

Definition at line 72 of file AthenaPoolExample_Write.py.

◆ OutputLevel

AthenaPoolExample_Write.OutputLevel

Definition at line 144 of file AthenaPoolExample_Write.py.

◆ RequireAlgs

AthenaPoolExample_Write.RequireAlgs

Definition at line 138 of file AthenaPoolExample_Write.py.

◆ sc

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

Definition at line 151 of file AthenaPoolExample_Write.py.

◆ stream1

AthenaPoolExample_Write.stream1 = stream1ca.getEventAlgo( outputStreamName( stream1name ) )

Definition at line 119 of file AthenaPoolExample_Write.py.

◆ stream1ca

AthenaPoolExample_Write.stream1ca
Initial value:
1 = OutputStreamCfg( flags, stream1name, disableEventTag = noTag,
2  ItemList = [
3  'EventInfo#*', 'EventStreamInfo#*',
4  'ExampleHitContainer#MyHits', 'ExampleHitContainer#PetersHits' ] )

Definition at line 115 of file AthenaPoolExample_Write.py.

◆ stream1name

string AthenaPoolExample_Write.stream1name = "Stream1"

Definition at line 66 of file AthenaPoolExample_Write.py.

◆ stream2

AthenaPoolExample_Write.stream2 = stream2ca.getEventAlgo( outputStreamName( stream2name ) )

Definition at line 127 of file AthenaPoolExample_Write.py.

◆ stream2ca

AthenaPoolExample_Write.stream2ca
Initial value:
1 = OutputStreamCfg(flags, stream2name, disableEventTag = noTag,
2  ItemList = ['EventInfo#*', 'ExampleHitContainer#MyHits'] )

Definition at line 125 of file AthenaPoolExample_Write.py.

◆ stream2name

string AthenaPoolExample_Write.stream2name = "Stream2"

Definition at line 68 of file AthenaPoolExample_Write.py.

◆ stream3

AthenaPoolExample_Write.stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) )

Definition at line 137 of file AthenaPoolExample_Write.py.

◆ stream3ca

AthenaPoolExample_Write.stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag )

Definition at line 136 of file AthenaPoolExample_Write.py.

◆ stream3name

string AthenaPoolExample_Write.stream3name = "Stream3"

Definition at line 70 of file AthenaPoolExample_Write.py.

◆ TagKey

AthenaPoolExample_Write.TagKey

Definition at line 105 of file AthenaPoolExample_Write.py.

◆ WriteTag

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

Definition at line 99 of file AthenaPoolExample_Write.py.

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