ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolExample_ReadWriteNext.py File Reference

Go to the source code of this file.

Namespaces

namespace  AthenaPoolExample_ReadWriteNext

Variables

str AthenaPoolExample_ReadWriteNext.streamName = "Stream1"
str AthenaPoolExample_ReadWriteNext.outputFileName = "SimplePoolFile4.root"
bool AthenaPoolExample_ReadWriteNext.noTag = True
 AthenaPoolExample_ReadWriteNext.flags = initConfigFlags()
 AthenaPoolExample_ReadWriteNext.Files
 AthenaPoolExample_ReadWriteNext.MaxEvents
 AthenaPoolExample_ReadWriteNext.MsgSuppression
 AthenaPoolExample_ReadWriteNext.DebugMessageComponents
 AthenaPoolExample_ReadWriteNext.acc = MainServicesCfg( flags )
 AthenaPoolExample_ReadWriteNext.streamCA
 AthenaPoolExample_ReadWriteNext.stream = streamCA.getEventAlgo( outputStreamName( streamName ) )
 AthenaPoolExample_ReadWriteNext.OutputLevel
 AthenaPoolExample_ReadWriteNext.sc = acc.run(flags.Exec.MaxEvents)

Detailed Description

This Job option:

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

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

Definition in file AthenaPoolExample_ReadWriteNext.py.