ATLAS Offline Software
Namespaces | Variables
AthenaPoolExample_ReadWrite.py File Reference

Go to the source code of this file.

Namespaces

 AthenaPoolExample_ReadWrite
 

Variables

string AthenaPoolExample_ReadWrite.streamName = "ReWrite"
 
string AthenaPoolExample_ReadWrite.outputFileName = "SimplePoolFile3.root"
 
bool AthenaPoolExample_ReadWrite.noTag = True
 
 AthenaPoolExample_ReadWrite.flags = initConfigFlags()
 
 AthenaPoolExample_ReadWrite.Files
 
 AthenaPoolExample_ReadWrite.MaxEvents
 
 AthenaPoolExample_ReadWrite.MsgSuppression
 
 AthenaPoolExample_ReadWrite.DebugMessageComponents
 
 AthenaPoolExample_ReadWrite.acc = MainServicesCfg( flags )
 
 AthenaPoolExample_ReadWrite.WriteTag = CompFactory.AthPoolEx.WriteTag("WriteTag", OutputLevel = DEBUG)
 
 AthenaPoolExample_ReadWrite.MagicWriteTag = CompFactory.AthPoolEx.WriteTag("MagicWriteTag", OutputLevel = DEBUG)
 
 AthenaPoolExample_ReadWrite.Key
 
 AthenaPoolExample_ReadWrite.TagKey
 
 AthenaPoolExample_ReadWrite.Magic
 
 AthenaPoolExample_ReadWrite.streamCA
 
 AthenaPoolExample_ReadWrite.stream = streamCA.getEventAlgo( outputStreamName( streamName ) )
 
 AthenaPoolExample_ReadWrite.AttributeListKey
 
 AthenaPoolExample_ReadWrite.OutputLevel
 
 AthenaPoolExample_ReadWrite.sc = acc.run(flags.Exec.MaxEvents)
 

Detailed Description

This Job option:

  1. Reads the data (EventInfo, ExampleHits) from the SimplePoolFile1.root file that has been written with the AthneaPoolExample_Write.py

2. Writes SimplePoolFile3.root file with ExampleTracks using ReWriteData algorithm

Definition in file AthenaPoolExample_ReadWrite.py.