ATLAS Offline Software
|
#include "xAODBase/IParticle.h"
#include "xAODBase/IParticleContainer.h"
#include "AthLinks/ElementLink.h"
Go to the source code of this file.
Namespaces | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |