ATLAS Offline Software
|
#include "AthContainers/AuxElement.h"
#include "AthLinks/ElementLink.h"
#include "xAODBase/IParticleContainer.h"
Go to the source code of this file.
Namespaces | |
ort | |
Typedefs | |
typedef char | ort::inputFlag_t |
Input decoration type for overlap removal. More... | |
typedef char | ort::outputFlag_t |
Output decoration type for overlap removal. More... | |
typedef SG::AuxElement::ConstAccessor< inputFlag_t > | ort::inputAccessor_t |
Input object accessor. More... | |
typedef SG::AuxElement::Decorator< inputFlag_t > | ort::inputDecorator_t |
Input object decorator (for convenience if users want it) More... | |
typedef SG::AuxElement::ConstAccessor< outputFlag_t > | ort::outputAccessor_t |
Output object accessor (for convenience) More... | |
typedef SG::AuxElement::Decorator< outputFlag_t > | ort::outputDecorator_t |
Output object decorator. More... | |
typedef ElementLink< xAOD::IParticleContainer > | ort::objLink_t |
Overlap object link. More... | |
typedef SG::AuxElement::ConstAccessor< objLink_t > | ort::objLinkAccessor_t |
Overlap object link accessor (for convenience) More... | |
typedef SG::AuxElement::Decorator< objLink_t > | ort::objLinkDecorator_t |
Overlap object link decorator. More... | |
typedef char | ort::sharedTrackFlag_t |
Output / input decoration type for flag-running mode of ele-muon overlap removal. More... | |
typedef SG::AuxElement::Decorator< sharedTrackFlag_t > | ort::sharedTrackDecorator_t |
Output object decorator. More... | |
typedef SG::AuxElement::ConstAccessor< sharedTrackFlag_t > | ort::sharedTrackAccessor_t |
Input object accessor. More... | |