#include "Column.h"
Description: Column describes a column in a Table
Usage: Class instances inheriting from the Column class are not intended to be used. Instead, the specific Column type is used as a template argument to a edm::soa::Table<> to describe a column in the table.
A column is defined by a name and a C++ type.
Classes inheriting from Column must declare a 'constexpr const char' array named 'kLabel'.
Alternatively, one can use the macro SOA_DECLARE_COLUMN