#include <TrackDef.h>
|
| static constexpr std::string_view | idName = "vertex" |
| static constexpr bool | isContainerId |
| | identify this as a container id definition
|
| static constexpr bool | regularObjectId |
| | whether to use the regular ObjectId/ObjectRange
|
| static constexpr bool | variantObjectId |
| | whether to use a variant ObjectId
|
| static constexpr bool | regularColumnAccessorArray |
| | whether to use a regular column accessor in array mode
|
| static constexpr bool | isMutable |
| | whether this is a non-const container
|
| static constexpr bool | perEventRange |
| | whether this can be retrieved as a range per event
|
| static constexpr bool | perEventId |
| | whether this can be retrieved as a single object per event
|
Definition at line 38 of file TrackDef.h.
◆ xAODElementLinkType
◆ xAODObjectIdType
◆ xAODObjectRangeType
◆ containerClid()
the CLID of the xAOD container type (from its CLASS_DEF)
This is evaluated lazily, so container types without a CLASS_DEF only fail to compile if this actually gets called (e.g. when the container id is used as a link target).
Definition at line 158 of file ContainerId.h.
159 {
161 }
CLID clidForType()
the CLID of a container type, or 0 when it cannot be determined
◆ idName
| std::string_view columnar::VertexDef::idName = "vertex" |
|
staticconstexpr |
◆ isContainerId
identify this as a container id definition
Definition at line 124 of file ContainerId.h.
◆ isMutable
whether this is a non-const container
Definition at line 136 of file ContainerId.h.
◆ perEventId
whether this can be retrieved as a single object per event
Definition at line 142 of file ContainerId.h.
◆ perEventRange
whether this can be retrieved as a range per event
Definition at line 139 of file ContainerId.h.
◆ regularColumnAccessorArray
whether to use a regular column accessor in array mode
Definition at line 133 of file ContainerId.h.
◆ regularObjectId
whether to use the regular ObjectId/ObjectRange
Definition at line 127 of file ContainerId.h.
◆ variantObjectId
The documentation for this struct was generated from the following file: