Logo ROOT   6.10/09
Reference Guide
Functions
ROOT::v5::TFastFun Namespace Reference

Functions

Double_t Abs (Double_t x)
 
Double_t DivXY (Double_t x, Double_t y)
 
Double_t FPol0 (Double_t *, Double_t *param)
 
Double_t FPol1 (Double_t *x, Double_t *param)
 
Double_t FPol10 (Double_t *x, Double_t *param)
 
Double_t FPol2 (Double_t *x, Double_t *param)
 
Double_t FPol3 (Double_t *x, Double_t *param)
 
Double_t FPol4 (Double_t *x, Double_t *param)
 
Double_t FPol5 (Double_t *x, Double_t *param)
 
Double_t FPol6 (Double_t *x, Double_t *param)
 
Double_t FPol7 (Double_t *x, Double_t *param)
 
Double_t FPol8 (Double_t *x, Double_t *param)
 
Double_t FPol9 (Double_t *x, Double_t *param)
 
Double_t FPoln (Double_t *x, Double_t *param, Int_t npar)
 FPoln. More...
 
Double_t Gaus (Double_t x, Double_t mean, Double_t sigma)
 Gauss. More...
 
Double_t Gausn (Double_t x, Double_t mean, Double_t sigma)
 Normalize gauss. More...
 
Double_t Landau (Double_t x, Double_t mean, Double_t sigma)
 
Double_t Landaun (Double_t x, Double_t mean, Double_t sigma)
 
Double_t MinusXY (Double_t x, Double_t y)
 
Double_t MultXY (Double_t x, Double_t y)
 
Double_t Nint (Double_t x)
 
Double_t PlusXY (Double_t x, Double_t y)
 
Double_t Pow2 (Double_t x)
 
Double_t Pow3 (Double_t x)
 
Double_t Pow4 (Double_t x)
 
Double_t Pow5 (Double_t x)
 
Double_t Sign (Double_t x)
 
Double_t Sqrt (Double_t x)
 
Double_t XandY (Double_t x, Double_t y)
 
Double_t XeY (Double_t x, Double_t y)
 
Double_t XgeY (Double_t x, Double_t y)
 
Double_t XgY (Double_t x, Double_t y)
 
Double_t XleY (Double_t x, Double_t y)
 
Double_t XlY (Double_t x, Double_t y)
 
Double_t XneY (Double_t x, Double_t y)
 
Double_t XNot (Double_t x)
 
Double_t XorY (Double_t x, Double_t y)
 
Double_t XpYpZ (Double_t x, Double_t y, Double_t z)
 
Double_t XpYxZ (Double_t x, Double_t y, Double_t z)
 
Double_t XxYpZ (Double_t x, Double_t y, Double_t z)
 
Double_t XxYxZ (Double_t x, Double_t y, Double_t z)
 

Function Documentation

◆ Abs()

Double_t ROOT::v5::TFastFun::Abs ( Double_t  x)
inline

Definition at line 293 of file TFormulaPrimitive_v5.cxx.

◆ DivXY()

Double_t ROOT::v5::TFastFun::DivXY ( Double_t  x,
Double_t  y 
)

Definition at line 280 of file TFormulaPrimitive_v5.cxx.

◆ FPol0()

Double_t ROOT::v5::TFastFun::FPol0 ( Double_t ,
Double_t param 
)

Definition at line 264 of file TFormulaPrimitive_v5.cxx.

◆ FPol1()

Double_t ROOT::v5::TFastFun::FPol1 ( Double_t x,
Double_t param 
)

Definition at line 265 of file TFormulaPrimitive_v5.cxx.

◆ FPol10()

Double_t ROOT::v5::TFastFun::FPol10 ( Double_t x,
Double_t param 
)

Definition at line 274 of file TFormulaPrimitive_v5.cxx.

◆ FPol2()

Double_t ROOT::v5::TFastFun::FPol2 ( Double_t x,
Double_t param 
)

Definition at line 266 of file TFormulaPrimitive_v5.cxx.

◆ FPol3()

Double_t ROOT::v5::TFastFun::FPol3 ( Double_t x,
Double_t param 
)

Definition at line 267 of file TFormulaPrimitive_v5.cxx.

◆ FPol4()

Double_t ROOT::v5::TFastFun::FPol4 ( Double_t x,
Double_t param 
)

Definition at line 268 of file TFormulaPrimitive_v5.cxx.

◆ FPol5()

Double_t ROOT::v5::TFastFun::FPol5 ( Double_t x,
Double_t param 
)

Definition at line 269 of file TFormulaPrimitive_v5.cxx.

◆ FPol6()

Double_t ROOT::v5::TFastFun::FPol6 ( Double_t x,
Double_t param 
)

Definition at line 270 of file TFormulaPrimitive_v5.cxx.

◆ FPol7()

Double_t ROOT::v5::TFastFun::FPol7 ( Double_t x,
Double_t param 
)

Definition at line 271 of file TFormulaPrimitive_v5.cxx.

◆ FPol8()

Double_t ROOT::v5::TFastFun::FPol8 ( Double_t x,
Double_t param 
)

Definition at line 272 of file TFormulaPrimitive_v5.cxx.

◆ FPol9()

Double_t ROOT::v5::TFastFun::FPol9 ( Double_t x,
Double_t param 
)

Definition at line 273 of file TFormulaPrimitive_v5.cxx.

◆ FPoln()

Double_t ROOT::v5::TFastFun::FPoln ( Double_t x,
Double_t param,
Int_t  npar 
)
inline

FPoln.

Definition at line 374 of file TFormulaPrimitive_v5.cxx.

◆ Gaus()

Double_t ROOT::v5::TFastFun::Gaus ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

Gauss.

Definition at line 387 of file TFormulaPrimitive_v5.cxx.

◆ Gausn()

Double_t ROOT::v5::TFastFun::Gausn ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

Normalize gauss.

Definition at line 397 of file TFormulaPrimitive_v5.cxx.

◆ Landau()

Double_t ROOT::v5::TFastFun::Landau ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

Definition at line 287 of file TFormulaPrimitive_v5.cxx.

◆ Landaun()

Double_t ROOT::v5::TFastFun::Landaun ( Double_t  x,
Double_t  mean,
Double_t  sigma 
)

Definition at line 288 of file TFormulaPrimitive_v5.cxx.

◆ MinusXY()

Double_t ROOT::v5::TFastFun::MinusXY ( Double_t  x,
Double_t  y 
)

Definition at line 278 of file TFormulaPrimitive_v5.cxx.

◆ MultXY()

Double_t ROOT::v5::TFastFun::MultXY ( Double_t  x,
Double_t  y 
)

Definition at line 279 of file TFormulaPrimitive_v5.cxx.

◆ Nint()

Double_t ROOT::v5::TFastFun::Nint ( Double_t  x)

Definition at line 292 of file TFormulaPrimitive_v5.cxx.

◆ PlusXY()

Double_t ROOT::v5::TFastFun::PlusXY ( Double_t  x,
Double_t  y 
)

Definition at line 277 of file TFormulaPrimitive_v5.cxx.

◆ Pow2()

Double_t ROOT::v5::TFastFun::Pow2 ( Double_t  x)

Definition at line 259 of file TFormulaPrimitive_v5.cxx.

◆ Pow3()

Double_t ROOT::v5::TFastFun::Pow3 ( Double_t  x)

Definition at line 260 of file TFormulaPrimitive_v5.cxx.

◆ Pow4()

Double_t ROOT::v5::TFastFun::Pow4 ( Double_t  x)

Definition at line 261 of file TFormulaPrimitive_v5.cxx.

◆ Pow5()

Double_t ROOT::v5::TFastFun::Pow5 ( Double_t  x)

Definition at line 262 of file TFormulaPrimitive_v5.cxx.

◆ Sign()

Double_t ROOT::v5::TFastFun::Sign ( Double_t  x)

Definition at line 291 of file TFormulaPrimitive_v5.cxx.

◆ Sqrt()

Double_t ROOT::v5::TFastFun::Sqrt ( Double_t  x)
inline

Definition at line 289 of file TFormulaPrimitive_v5.cxx.

◆ XandY()

Double_t ROOT::v5::TFastFun::XandY ( Double_t  x,
Double_t  y 
)

Definition at line 295 of file TFormulaPrimitive_v5.cxx.

◆ XeY()

Double_t ROOT::v5::TFastFun::XeY ( Double_t  x,
Double_t  y 
)

Definition at line 301 of file TFormulaPrimitive_v5.cxx.

◆ XgeY()

Double_t ROOT::v5::TFastFun::XgeY ( Double_t  x,
Double_t  y 
)

Definition at line 298 of file TFormulaPrimitive_v5.cxx.

◆ XgY()

Double_t ROOT::v5::TFastFun::XgY ( Double_t  x,
Double_t  y 
)

Definition at line 297 of file TFormulaPrimitive_v5.cxx.

◆ XleY()

Double_t ROOT::v5::TFastFun::XleY ( Double_t  x,
Double_t  y 
)

Definition at line 300 of file TFormulaPrimitive_v5.cxx.

◆ XlY()

Double_t ROOT::v5::TFastFun::XlY ( Double_t  x,
Double_t  y 
)

Definition at line 299 of file TFormulaPrimitive_v5.cxx.

◆ XneY()

Double_t ROOT::v5::TFastFun::XneY ( Double_t  x,
Double_t  y 
)

Definition at line 302 of file TFormulaPrimitive_v5.cxx.

◆ XNot()

Double_t ROOT::v5::TFastFun::XNot ( Double_t  x)

Definition at line 303 of file TFormulaPrimitive_v5.cxx.

◆ XorY()

Double_t ROOT::v5::TFastFun::XorY ( Double_t  x,
Double_t  y 
)

Definition at line 296 of file TFormulaPrimitive_v5.cxx.

◆ XpYpZ()

Double_t ROOT::v5::TFastFun::XpYpZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

Definition at line 281 of file TFormulaPrimitive_v5.cxx.

◆ XpYxZ()

Double_t ROOT::v5::TFastFun::XpYxZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

Definition at line 284 of file TFormulaPrimitive_v5.cxx.

◆ XxYpZ()

Double_t ROOT::v5::TFastFun::XxYpZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

Definition at line 283 of file TFormulaPrimitive_v5.cxx.

◆ XxYxZ()

Double_t ROOT::v5::TFastFun::XxYxZ ( Double_t  x,
Double_t  y,
Double_t  z 
)

Definition at line 282 of file TFormulaPrimitive_v5.cxx.