1 #ifndef GENIE_TABLE_INTERFACE_H_ 2 #define GENIE_TABLE_INTERFACE_H_
This is the top-level namespace of the project.
std::vector< std::vector< int > > TableData
Raw table data format used for building the table.
std::shared_ptr< genie::table::inv_table > BuildTable(const TableData &table_data)