ATLAS Offline Software
Namespaces | Variables
AthenaPoolExample_ReadCond.py File Reference

Example job options file to illustrate how to read conditions data from APR. More...

Go to the source code of this file.

Namespaces

 AthenaPoolExample_ReadCond
 

Variables

 AthenaPoolExample_ReadCond.flags = initConfigFlags()
 
 AthenaPoolExample_ReadCond.Files
 
 AthenaPoolExample_ReadCond.MaxEvents
 
 AthenaPoolExample_ReadCond.MsgSuppression
 
 AthenaPoolExample_ReadCond.DebugMessageComponents
 
 AthenaPoolExample_ReadCond.acc = MainServicesCfg( flags )
 
 AthenaPoolExample_ReadCond.sc = acc.run(flags.Exec.MaxEvents)
 

Detailed Description

Example job options file to illustrate how to read conditions data from APR.

This Job option:

  1. Reads the data from the SimplePoolFile1.root file had been written with the AthneaPoolExample_WriteJobOptions.py
  2. Reads another SimplePoolFile4.root file using ReadCond algorithm which contains conditions for the event sample written by

AthneaPoolExample_WriteCond.py

Definition in file AthenaPoolExample_ReadCond.py.