ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  AthenaPoolExample_Write

Variables

str AthenaPoolExample_Write.stream1name = "Stream1"
str AthenaPoolExample_Write.file1Name = "ROOTTREE:SimplePoolFile1.root"
str AthenaPoolExample_Write.stream2name = "Stream2"
str AthenaPoolExample_Write.file2Name = "ROOTTREE:SimplePoolFile2.root"
str AthenaPoolExample_Write.stream3name = "Stream3"
str 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.stream1ca
 AthenaPoolExample_Write.stream2ca
 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.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.