Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef COLUMNAR_INTERFACES_COLUMN_INFO_H
9 #define COLUMNAR_INTERFACES_COLUMN_INFO_H
54 const std::type_info *
type =
nullptr;
ColumnAccessMode accessMode
the access mode for the column
std::string name
the name of the column
std::string offsetName
the name of the offset column used for this column (or empty string for none)
std::string replacesColumn
whether this replaces another column
const std::type_info * type
the type of the individual entries in the column
bool isOffset
whether this is an offset column
@ u
Enums for curvilinear frames.
std::string linkToName
the name of the column we link to (or empty string if we don't link to a column)
a struct that contains meta-information about each column that's needed to interface the column with ...
bool isOptional
whether this column is optional
@ update
an updateable column
ColumnAccessMode
an enum for the different access modes for a column