| 
    ROOT   6.08/07  Reference Guide  | 
    
#include "RooFit.h"#include <assert.h>#include <math.h>#include <float.h>#include <stdlib.h>#include "Riostream.h"#include "TMath.h"#include "RooGaussKronrodIntegrator1D.h"#include "RooArgSet.h"#include "RooRealVar.h"#include "RooNumber.h"#include "RooNumIntFactory.h"#include "RooIntegratorBinding.h"#include "RooMsgService.h"Macros | |
| #define | GSL_DBL_EPSILON 2.2204460492503131e-16 | 
| #define | GSL_DBL_MIN 2.2250738585072014e-308 | 
| #define | GSL_EBADTOL 13 /* user specified an invalid tolerance */ | 
| #define | GSL_ERROR(a, b) oocoutE((TObject*)0,Eval) << "RooGaussKronrodIntegrator1D::integral() ERROR: " << a << endl ; return b ; | 
| #define | GSL_ETOL 14 /* failed to reach the specified tolerance */ | 
| #define | GSL_FN_EVAL(F, x) (*((F)->function))(x,(F)->params) | 
| #define | GSL_SUCCESS 0 | 
Typedefs | |
| typedef struct gsl_function_struct | gsl_function | 
Functions | |
| int | gsl_integration_qng (const gsl_function *f, double a, double b, double epsabs, double epsrel, double *result, double *abserr, size_t *neval) | 
| static double | rescale_error (double err, const double result_abs, const double result_asc) | 
| double | RooGaussKronrodIntegrator1D_GSL_GlueFunction (double x, void *data) | 
Variables | |
| static const double | w10 [5] | 
| static const double | w21a [5] | 
| static const double | w21b [6] | 
| static const double | w43a [10] | 
| static const double | w43b [12] | 
| static const double | w87a [21] | 
| static const double | w87b [23] | 
| static const double | x1 [5] | 
| static const double | x2 [5] | 
| static const double | x3 [11] | 
| static const double | x4 [22] | 
| #define GSL_DBL_EPSILON 2.2204460492503131e-16 | 
Definition at line 272 of file RooGaussKronrodIntegrator1D.cxx.
| #define GSL_DBL_MIN 2.2250738585072014e-308 | 
Definition at line 271 of file RooGaussKronrodIntegrator1D.cxx.
| #define GSL_EBADTOL 13 /* user specified an invalid tolerance */ | 
Definition at line 268 of file RooGaussKronrodIntegrator1D.cxx.
| #define GSL_ERROR | ( | a, | |
| b | |||
| ) | oocoutE((TObject*)0,Eval) << "RooGaussKronrodIntegrator1D::integral() ERROR: " << a << endl ; return b ; | 
Definition at line 270 of file RooGaussKronrodIntegrator1D.cxx.
| #define GSL_ETOL 14 /* failed to reach the specified tolerance */ | 
Definition at line 269 of file RooGaussKronrodIntegrator1D.cxx.
Definition at line 74 of file RooGaussKronrodIntegrator1D.cxx.
| #define GSL_SUCCESS 0 | 
Definition at line 267 of file RooGaussKronrodIntegrator1D.cxx.
| typedef struct gsl_function_struct gsl_function | 
Definition at line 73 of file RooGaussKronrodIntegrator1D.cxx.
| int gsl_integration_qng | ( | const gsl_function * | f, | 
| double | a, | ||
| double | b, | ||
| double | epsabs, | ||
| double | epsrel, | ||
| double * | result, | ||
| double * | abserr, | ||
| size_t * | neval | ||
| ) | 
Definition at line 497 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 289 of file RooGaussKronrodIntegrator1D.cxx.
| double RooGaussKronrodIntegrator1D_GSL_GlueFunction | ( | double | x, | 
| void * | data | ||
| ) | 
Definition at line 206 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 336 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 354 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 363 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 388 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 402 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 444 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 469 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 327 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 345 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 373 of file RooGaussKronrodIntegrator1D.cxx.
      
  | 
  static | 
Definition at line 418 of file RooGaussKronrodIntegrator1D.cxx.