ATLAS Offline Software
Namespaces | Variables
AthenaPoolExample_WriteMeta.py File Reference

Example job options file to illustrate how to write metadata to Pool. More...

Go to the source code of this file.

Namespaces

 AthenaPoolExample_WriteMeta
 

Variables

string AthenaPoolExample_WriteMeta.outputFileName = "ROOTTREE:SimplePoolFile5.root"
 
string AthenaPoolExample_WriteMeta.outputStreamName = "ExampleMeta"
 
bool AthenaPoolExample_WriteMeta.noTag = True
 
 AthenaPoolExample_WriteMeta.flags = initConfigFlags()
 
 AthenaPoolExample_WriteMeta.Files
 
 AthenaPoolExample_WriteMeta.MaxEvents
 
 AthenaPoolExample_WriteMeta.MsgSuppression
 
 AthenaPoolExample_WriteMeta.DebugMessageComponents
 
 AthenaPoolExample_WriteMeta.acc = MainServicesCfg( flags )
 
 AthenaPoolExample_WriteMeta.sc = acc.run(flags.Exec.MaxEvents)
 

Detailed Description

Example job options file to illustrate how to write metadata to Pool.

This Job option:

1. Writes a SimplePoolFile5.root file with ExampleHit, using WriteData algorithm

Definition in file AthenaPoolExample_WriteMeta.py.