Logo ROOT  
Reference Guide
TF1.cxx File Reference
#include "Riostream.h"
#include "TROOT.h"
#include "TBuffer.h"
#include "TMath.h"
#include "TF1.h"
#include "TH1.h"
#include "TGraph.h"
#include "TVirtualPad.h"
#include "TStyle.h"
#include "TRandom.h"
#include "TObjString.h"
#include "TInterpreter.h"
#include "TPluginManager.h"
#include "TBrowser.h"
#include "TColor.h"
#include "TMethodCall.h"
#include "TF1Helper.h"
#include "TF1NormSum.h"
#include "TF1Convolution.h"
#include "TVirtualMutex.h"
#include "Math/WrappedFunction.h"
#include "Math/WrappedTF1.h"
#include "Math/BrentRootFinder.h"
#include "Math/BrentMinimizer1D.h"
#include "Math/BrentMethods.h"
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/IntegratorOptions.h"
#include "Math/GaussIntegrator.h"
#include "Math/GaussLegendreIntegrator.h"
#include "Math/AdaptiveIntegratorMultiDim.h"
#include "Math/RichardsonDerivator.h"
#include "Math/Functor.h"
#include "Math/Minimizer.h"
#include "Math/MinimizerOptions.h"
#include "Math/Factory.h"
#include "Math/ChebyshevPol.h"
#include "Fit/FitResult.h"
#include "v5/TF1Data.h"
#include "AnalyticalIntegrals.h"
Include dependency graph for TF1.cxx:

Typedefs

using TF1Updater_t = void(*)(Int_t nobjects, TObject **from, TObject **to)
 

Functions

TF1::EAddToList GetGlobalListOption (Option_t *opt)
 
bool GetVectorizedOption (Option_t *opt)
 
bool R__SetClonesArrayTF1Updater (TF1Updater_t func)
 
static void R__v5TF1Updater (Int_t nobjects, TObject **from, TObject **to)
 

Variables

static Double_t gErrorTF1 = 0
 
int R__RegisterTF1UpdaterTrigger = R__SetClonesArrayTF1Updater(R__v5TF1Updater)
 

Typedef Documentation

◆ TF1Updater_t

using TF1Updater_t = void (*)(Int_t nobjects, TObject **from, TObject **to)

Definition at line 60 of file TF1.cxx.

Function Documentation

◆ GetGlobalListOption()

TF1::EAddToList GetGlobalListOption ( Option_t opt)

Definition at line 674 of file TF1.cxx.

◆ GetVectorizedOption()

bool GetVectorizedOption ( Option_t opt)

Definition at line 682 of file TF1.cxx.

◆ R__SetClonesArrayTF1Updater()

bool R__SetClonesArrayTF1Updater ( TF1Updater_t  func)

Definition at line 145 of file TClonesArray.cxx.

◆ R__v5TF1Updater()

static void R__v5TF1Updater ( Int_t  nobjects,
TObject **  from,
TObject **  to 
)
static

Definition at line 135 of file TF1.cxx.

Variable Documentation

◆ gErrorTF1

Double_t gErrorTF1 = 0
static

Definition at line 58 of file TF1.cxx.

◆ R__RegisterTF1UpdaterTrigger

int R__RegisterTF1UpdaterTrigger = R__SetClonesArrayTF1Updater(R__v5TF1Updater)

Definition at line 146 of file TF1.cxx.