#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 "TROOT.h"
#include "Math/IntegratorOptions.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | 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 27 of file TF1Helper.cxx.