Logo ROOT  
Reference Guide
TF1Helper.cxx File Reference
#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"
Include dependency graph for TF1Helper.cxx:

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()
 

Variable Documentation

◆ gDefMaxPts

Definition at line 26 of file TF1Helper.cxx.