voidCalcRefCrossSection();//!< New-style from InfoBlocks
std::vector<double>GetCrossSection(boollNorm=false);//!< Return vector with all cross section values, normalize on request
std::vector<double>GetReferenceCrossSection();//!< Old-style from grid like entries; is this working at all? Remove? TODO
std::vector<double>GetRefCrossSection();//!< New-style from InfoBlocks
std::vector<double>GetNormCrossSection(boollNormScale=false,doublexmurd=1.0,doublexmufd=1.0);//!< Return vector with all normalized cross section values
std::vector<std::map<double,double>>GetCrossSection_vs_x1();//! Cross section vs. x1 ( XSection_vsX1[bin][<x,xs>] ) Working? TODO