Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Static Public Attributes | List of all members
columnar::ColumnarModeArray Struct Reference

#include <ColumnarDef.h>

Collaboration diagram for columnar::ColumnarModeArray:

Static Public Attributes

static constexpr bool isXAOD = true
 Whether this is the xAOD mode. More...
 
static constexpr bool inPlaceReplace = false
 Whether for this columnar mode decorators that replace the original column will also refer to the input column. More...
 

Detailed Description

Definition at line 29 of file ColumnarDef.h.

Member Data Documentation

◆ inPlaceReplace

constexpr bool columnar::ColumnarModeArray::inPlaceReplace = false
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 39 of file ColumnarDef.h.

◆ isXAOD

constexpr bool columnar::ColumnarModeArray::isXAOD = true
staticconstexpr

Whether this is the xAOD mode.

Definition at line 32 of file ColumnarDef.h.


The documentation for this struct was generated from the following file: