3 #include "GaudiKernel/MsgStream.h"
4 #include "GaudiKernel/IChronoStatSvc.h"
5 #include "GaudiKernel/Stat.h"
51 <<
" GSL code " << error.
code
52 <<
" Message '" << error.
reason <<
"'"
53 <<
" File '" << error.
file <<
"'"
std::string reason
error message ('reason')
Definition of the MsgStream class used to transmit messages.
std::string file
file name
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Helper class to represent GSL errors.
This class is used for returning status codes from appropriate routines.
#define DECLARE_COMPONENT(type)
Definition of the basic interface.
Concrete GSL eror handler It is just prints the GSL errors.
Base class used to extend a class implementing other interfaces.
StatusCode handle(const GslError &error) const override
handle the GSL error