ATLAS Offline Software
Namespaces | Variables
AthenaPoolExample_WriteCond.py File Reference

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

Go to the source code of this file.

Namespaces

 AthenaPoolExample_WriteCond
 

Variables

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

Detailed Description

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

This Job option:

  1. Reads the data from the SimplePoolFile1.root file had been written with the AthneaPoolExample_WriteJobOptions.py
  2. Writes another SimplePoolFile4.root ROOT file using WriteCond algorithm

which contains conditions for the event sample (eg pedestals).

Definition in file AthenaPoolExample_WriteCond.py.