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
Helper class to represent GSL errors.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
#define DECLARE_COMPONENT(type)
This class is used for returning status codes from appropriate routines.
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