ROOT 6.14/05 Reference Guide |
#include "TF1Helper.h"
#include "TError.h"
#include "TMath.h"
#include <vector>
#include <cmath>
#include <cassert>
#include "TBackCompFitter.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "Math/IntegratorOptions.h"
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::TF1Helper | |
Functions | |
double | ROOT::TF1Helper::IntegralError (TF1 *func, Int_t ndim, const double *a, const double *b, const double *params, const double *covmat, double epsilon) |
Variables | |
int | gDefMaxPts = ROOT::Math::IntegratorMultiDimOptions::DefaultNCalls() |
int gDefMaxPts = ROOT::Math::IntegratorMultiDimOptions::DefaultNCalls() |
Definition at line 26 of file TF1Helper.cxx.