26#include "gsl/gsl_errno.h" 
   47         static void Handler(
const char * reason, 
const char * 
file, 
int line, 
int gsl_errno)  {
 
   49            Error(
"GSLError",
"Error %d in %s at %d : %s",gsl_errno,
file,
line,reason);
 
ROOT::Math::GSLError gGSLError
 
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
 
class to change GSL Error handler to use ROOT one.
 
static void Handler(const char *reason, const char *file, int line, int gsl_errno)
 
Namespace for new Math classes and functions.
 
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.