|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ASSOCIATIONUTILS_OVERLAPREMOVALDEFS_H
6 #define ASSOCIATIONUTILS_OVERLAPREMOVALDEFS_H
10 #include "AthLinks/ElementLink.h"
ElementLink< xAOD::IParticleContainer > objLink_t
Overlap object link.
SG::AuxElement::ConstAccessor< outputFlag_t > outputAccessor_t
Output object accessor (for convenience)
SG::AuxElement::Decorator< inputFlag_t > inputDecorator_t
Input object decorator (for convenience if users want it)
char sharedTrackFlag_t
Output / input decoration type for flag-running mode of ele-muon overlap removal.
Helper class to provide constant type-safe access to aux data.
SG::AuxElement::Decorator< sharedTrackFlag_t > sharedTrackDecorator_t
Output object decorator.
char outputFlag_t
Output decoration type for overlap removal.
SG::AuxElement::Decorator< outputFlag_t > outputDecorator_t
Output object decorator.
SG::AuxElement::ConstAccessor< inputFlag_t > inputAccessor_t
Input object accessor.
Helper class to provide type-safe access to aux data.
SG::AuxElement::Decorator< objLink_t > objLinkDecorator_t
Overlap object link decorator.
SG::AuxElement::ConstAccessor< sharedTrackFlag_t > sharedTrackAccessor_t
Input object accessor.
SG::AuxElement::ConstAccessor< objLink_t > objLinkAccessor_t
Overlap object link accessor (for convenience)
char inputFlag_t
Input decoration type for overlap removal.
Base class for elements of a container that can have aux data.