ATLAS Offline Software
Namespaces | Variables
AthenaPoolExample_Write.py File Reference

Example job options file to illustrate how to write event data to Pool. More...

Go to the source code of this file.

Namespaces

 AthenaPoolExample_Write
 

Variables

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

Detailed Description

Example job options file to illustrate how to write event data to Pool.

Definition in file AthenaPoolExample_Write.py.