1 #ifndef GAUDIGSL_GSLERRORCOUNT_H 2 #define GAUDIGSL_GSLERRORCOUNT_H 1 54 #endif // GAUDIGSL_GSLERRORCOUNT_H StatusCode handle(const GslError &error) const override
handle the GSL error
Helper class to represent GSL errors.
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
This class is used for returning status codes from appropriate routines.
Base class used to extend a class implementing other interfaces.
Concrete GSL error handler It is just counts number of GSL errors.
std::map< GslError, unsigned int > Counters
container of error counters
StatusCode finalize() override
standard finalization of Tool
CommonMessaging base_class