![]() |
ATLAS Offline Software
|
#include <TrackDef.h>
Public Types | |
using | xAODObjectIdType = const xAOD::TrackParticle |
the xAOD type to use with ObjectId More... | |
using | xAODObjectRangeType = const xAOD::TrackParticleContainer |
the xAOD type to use with ObjectRange More... | |
using | xAODElementLinkType = xAOD::TrackParticleContainer |
the xAOD type to use with ElementLink More... | |
Static Public Attributes | |
static constexpr std::string_view | idName = "track0" |
static constexpr bool | isContainerId |
identify this as a container id definition More... | |
static constexpr bool | regularObjectId |
whether to use the regular ObjectId/ObjectRange More... | |
static constexpr bool | regularColumnAccessorArray |
whether to use a regular column accessor in array mode More... | |
static constexpr bool | isMutable |
whether this is a non-const container More... | |
static constexpr bool | perEventRange |
whether this can be retrieved as a range per event More... | |
static constexpr bool | perEventId |
whether this can be retrieved as a single object per event More... | |
Definition at line 19 of file TrackDef.h.
|
inherited |
the xAOD type to use with ElementLink
Definition at line 133 of file ContainerId.h.
|
inherited |
the xAOD type to use with ObjectId
Definition at line 127 of file ContainerId.h.
|
inherited |
the xAOD type to use with ObjectRange
Definition at line 130 of file ContainerId.h.
|
staticconstexpr |
Definition at line 21 of file TrackDef.h.
|
staticconstexprinherited |
identify this as a container id definition
Definition at line 109 of file ContainerId.h.
|
staticconstexprinherited |
whether this is a non-const container
Definition at line 118 of file ContainerId.h.
|
staticconstexprinherited |
whether this can be retrieved as a single object per event
Definition at line 124 of file ContainerId.h.
|
staticconstexprinherited |
whether this can be retrieved as a range per event
Definition at line 121 of file ContainerId.h.
|
staticconstexprinherited |
whether to use a regular column accessor in array mode
Definition at line 115 of file ContainerId.h.
|
staticconstexprinherited |
whether to use the regular ObjectId/ObjectRange
Definition at line 112 of file ContainerId.h.