This namespace contains helper functions for dealing with xAOD objects via ObjectType and void* pointers. More...
Functions | |
| StatusCode | makeShallow (StoreType &store, const std::string &name, ObjectType type, void *&pointer, const std::string &inputName) |
| perform a shallow copy and register it under the given name in the store | |
| StatusCode | makeNew (StoreType &store, const std::string &name, ObjectType type, void *&pointer) |
| make a new object and register it under the given name in the store | |
| xAOD::IParticleContainer * | getParticles (void *pointer, ObjectType type) |
| get the given type converted into an IParticleContainer | |
This namespace contains helper functions for dealing with xAOD objects via ObjectType and void* pointers.
1.6.1