ATLAS Offline Software
|
The package Database/AthenaPOOL/AthenaPoolExample contains running examples of algorithms writing and reading Data Objects using AthenaPool. This sub package, AthenaPoolExampleData, defines two toy data classes ExampleHit and ExampleTrack and their container ExampleHitContainer and ExampleTrackContainer.
ExampleHit will be used for Toy ESD and contains a position and a string.
ExampleTrack will be used for Toy AOD and contains some data plus various links, ElementLinks, ElementLinkVector and Navigables, to ExampleHits.
See the ATLAS User/Developer HowTo document for additional information.
The code can be browsed using LXR (http://alxr.usatlas.bnl.gov/lxr/source/atlas/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleData/)