1 #ifndef GAUDIGSL_GSLERRORPrint_H
2 #define GAUDIGSL_GSLERRORPrint_H 1
7 #include "GaudiKernel/AlgTool.h"
9 #include "GaudiGSL/IGslErrorHandler.h"
10 #include "GaudiGSL/GslError.h"
39 (
const std::string&
type ,
40 const std::string&
name ,
51 #endif // GAUDIGSL_GSLERRORPrint_H
~GslErrorPrint() override=default
destructor (protected and virtual)
Helper class to represent GSL errors.
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
GslErrorPrint(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
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