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