ATH_MSG_WARNING("TVA working part '"<<m_wp<<"' is not recommended for use and will eventually be obsoleted. Automatically remapping to '"<<it->second<<"' instead.");
ATH_MSG_FATAL("TVA working point '"<<wp_suffix<<"' was prefixed by 'Old_', but it is not matched to any of "<<str_of_remapped_wps<<"!");
}
}
// Else, automatically remap old WPs to new ones
else{
autoit=remap_wps.find(m_wp);
if(it!=remap_wps.end()){
ATH_MSG_WARNING("TVA working point '"<<m_wp<<"' is not recommended for use and will eventually be obsoleted. Automatically remapping to '"<<it->second<<"' instead.");