27 #ifndef ROOT_Math_GSLError 28 #define ROOT_Math_GSLError 31 #if defined(G__DICTIONARY) 33 #include "gsl/gsl_errno.h" 54 gsl_set_error_handler(&GSLError::Handler);
58 static void Handler(
const char * reason,
const char *
file,
int line,
int gsl_errno) {
60 Error(
"GSLError",
"Error %d in %s at %d : %s",gsl_errno,file,line,reason);
69 ROOT::Math::GSLError gGSLError;
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Namespace for new Math classes and functions.
void Error(ErrorHandler_t func, int code, const char *va_(fmt),...)
Write error message and call a handler, if required.