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 )
 
 stream1ca
 
 stream2ca
 
 filterAlg = CompFactory.AthPoolEx.PassNoneFilter("PassNoneFilter", OutputLevel = DEBUG)
 
 stream3ca = OutputStreamCfg(flags, stream3name, disableEventTag = noTag )
 
 stream3 = stream3ca.getEventAlgo( outputStreamName( stream3name ) )
 
 RequireAlgs
 
 sc = acc.run(flags.Exec.MaxEvents)
 

Variable Documentation

◆ acc

AthenaPoolExample_Write.acc = MainServicesCfg( flags )

Definition at line 87 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 120 of file AthenaPoolExample_Write.py.

◆ flags

AthenaPoolExample_Write.flags = initConfigFlags()

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

◆ RequireAlgs

AthenaPoolExample_Write.RequireAlgs

Definition at line 125 of file AthenaPoolExample_Write.py.

◆ sc

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

Definition at line 130 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 107 of file AthenaPoolExample_Write.py.

◆ stream1name

string AthenaPoolExample_Write.stream1name = "Stream1"

Definition at line 66 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 115 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 124 of file AthenaPoolExample_Write.py.

◆ stream3ca

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

Definition at line 123 of file AthenaPoolExample_Write.py.

◆ stream3name

string AthenaPoolExample_Write.stream3name = "Stream3"

Definition at line 70 of file AthenaPoolExample_Write.py.

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