![]() |
ATLAS Offline Software
|
#include <ColumnarDef.h>
Static Public Attributes | |
| static constexpr bool | isColumnarMode = true |
| Whather this is a columnar mode. | |
| static constexpr bool | isXAOD = true |
| Whether this is the xAOD mode. | |
| static constexpr bool | isArrayMode = false |
| Whether this is an array mode. | |
| static constexpr bool | inPlaceReplace = true |
| Whether for this columnar mode decorators that replace the original column will also refer to the input column. | |
Definition at line 17 of file ColumnarDef.h.
|
staticconstexpr |
Whether for this columnar mode decorators that replace the original column will also refer to the input column.
This is very obscure, but can be queried if it avoids copying over the input column in the tool first.
Definition at line 33 of file ColumnarDef.h.
|
staticconstexpr |
Whether this is an array mode.
Definition at line 26 of file ColumnarDef.h.
|
staticconstexpr |
Whather this is a columnar mode.
Definition at line 20 of file ColumnarDef.h.
|
staticconstexpr |
Whether this is the xAOD mode.
Definition at line 23 of file ColumnarDef.h.