Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TF1.cxx File Reference

Classes

class  GFunc
class  GInverseFunc
class  GInverseFuncNdim
class  TF1_EvalWrapper

Typedefs

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

Functions

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 65 of file TF1.cxx.

Function Documentation

◆ R__SetClonesArrayTF1Updater()

bool R__SetClonesArrayTF1Updater ( TF1Updater_t func)

Definition at line 145 of file TClonesArray.cxx.

◆ R__v5TF1Updater()

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

Definition at line 137 of file TF1.cxx.

Variable Documentation

◆ gErrorTF1

Double_t gErrorTF1 = 0
static

Definition at line 63 of file TF1.cxx.

◆ R__RegisterTF1UpdaterTrigger

int R__RegisterTF1UpdaterTrigger = R__SetClonesArrayTF1Updater(R__v5TF1Updater)

Definition at line 148 of file TF1.cxx.