#include "TableView.h"
Description: A view of certain columns of a edm::soa::Table
Usage: A TableView<> type can be constructed from any edm::soa::Table<> that shares the same template arguments as the TableView. E.g.
TableViews are particularly useful when defining functions intended to operate on Tables.