#include "RowView.h"
Description: Provides access to all elements of a row in a edm::soa::Table
Usage: Individual column entries of a row are accessed via the 'get' method by specifying the edm::soa::Column type for the column.
The MutableRowView allows one to modify the values associated with the row.
If the necessary fillers (See ColumnFillers.h) have been defined, then one can directly copy values from an object into the row elements