CMS 3D CMS Logo

Column Class Reference

#include "Column.h"

Detailed Description

Description: Column describes a column in a Table

Usage: Instances of 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.

When declaring a Column template instantiation, the name should be declared as a constexpr const char []

namespace edm {
namespace soa {
constexpr const char kEta[] = "eta";
}
}