![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Functions | |
| bool | xAOD::setOriginalObjectLink (const IParticle &original, IParticle ©) |
| This function should be used by CP tools when they make a deep copy of an object in their correctedCopy(...) function. | |
| bool | xAOD::setOriginalObjectLink (const IParticleContainer &original, IParticleContainer ©) |
| This function should be used by the users when they make deep/shallow copies of an entire container. | |
| const IParticle * | xAOD::getOriginalObject (const IParticle ©) |
| This function can be used to conveniently get a pointer back to the original object from which a copy was created. | |
| const ElementLink< IParticleContainer > & | xAOD::getOriginalObjectLink (const IParticle ©) |
This function should be used instead of xAOD::getOriginalObject when we want to use the "original object" as a link, and not primarily as an object itself. | |
Variables | |
| static const SG::AuxElement::Accessor< ElementLink< IParticleContainer > > | xAOD::acc ("originalObjectLink") |
| Object used for setting/getting the dynamic decoration in question. | |