#include <EgammaDef.h>
|
| static constexpr std::string_view | idName = "electron" |
| 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 | 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 20 of file EgammaDef.h.
◆ xAODElementLinkType
◆ xAODObjectIdType
◆ xAODObjectRangeType
◆ idName
| std::string_view columnar::ContainerId::electron::idName = "electron" |
|
staticconstexpr |
◆ isContainerId
identify this as a container id definition
Definition at line 109 of file ContainerId.h.
◆ isMutable
whether this is a non-const container
Definition at line 118 of file ContainerId.h.
◆ perEventId
whether this can be retrieved as a single object per event
Definition at line 124 of file ContainerId.h.
◆ perEventRange
whether this can be retrieved as a range per event
Definition at line 121 of file ContainerId.h.
◆ regularColumnAccessorArray
whether to use a regular column accessor in array mode
Definition at line 115 of file ContainerId.h.
◆ regularObjectId
whether to use the regular ObjectId/ObjectRange
Definition at line 112 of file ContainerId.h.
The documentation for this struct was generated from the following file: