30 AlgTool::error() <<
" GSL code " << error.code <<
" Message '" << error.reason <<
"'" 31 <<
" File '" << error.file <<
"'" 32 <<
" Line " << error.line <<
endmsg;
Helper class to represent GSL errors.
Concrete GSL eror handler It is just prints the GSL errors.
#define DECLARE_COMPONENT(type)
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.