#include <TMath.h>
Static Public Methods | |
| Double_t | Pi () |
| Double_t | TwoPi () |
| Double_t | PiOver2 () |
| Double_t | PiOver4 () |
| Double_t | InvPi () |
| Double_t | RadToDeg () |
| Double_t | DegToRad () |
| Double_t | E () |
| Double_t | Ln10 () |
| Double_t | LogE () |
| Double_t | C () |
| Double_t | Ccgs () |
| Double_t | CUncertainty () |
| Double_t | G () |
| Double_t | Gcgs () |
| Double_t | GUncertainty () |
| Double_t | GhbarC () |
| Double_t | GhbarCUncertainty () |
| Double_t | Gn () |
| Double_t | GnUncertainty () |
| Double_t | H () |
| Double_t | Hcgs () |
| Double_t | HUncertainty () |
| Double_t | Hbar () |
| Double_t | Hbarcgs () |
| Double_t | HbarUncertainty () |
| Double_t | HC () |
| Double_t | HCcgs () |
| Double_t | K () |
| Double_t | Kcgs () |
| Double_t | KUncertainty () |
| Double_t | Sigma () |
| Double_t | SigmaUncertainty () |
| Double_t | Na () |
| Double_t | NaUncertainty () |
| Double_t | R () |
| Double_t | RUncertainty () |
| Double_t | MWair () |
| Double_t | Rgair () |
| Double_t | Qe () |
| Double_t | QeUncertainty () |
| Double_t | Sin (Double_t) |
| Double_t | Cos (Double_t) |
| Double_t | Tan (Double_t) |
| Double_t | SinH (Double_t) |
| Double_t | CosH (Double_t) |
| Double_t | TanH (Double_t) |
| Double_t | ASin (Double_t) |
| Double_t | ACos (Double_t) |
| Double_t | ATan (Double_t) |
| Double_t | ATan2 (Double_t, Double_t) |
| Double_t | ASinH (Double_t) |
| Double_t | ACosH (Double_t) |
| Double_t | ATanH (Double_t) |
| Double_t | Hypot (Double_t x, Double_t y) |
| Double_t | Sqrt (Double_t x) |
| Double_t | Ceil (Double_t x) |
| Double_t | Floor (Double_t x) |
| Double_t | Exp (Double_t) |
| Double_t | Factorial (Int_t) |
| Double_t | Power (Double_t x, Double_t y) |
| Double_t | Log (Double_t x) |
| Double_t | Log2 (Double_t x) |
| Double_t | Log10 (Double_t x) |
| Int_t | Nint (Float_t x) |
| Int_t | Nint (Double_t x) |
| Int_t | Finite (Double_t x) |
| Int_t | IsNaN (Double_t x) |
| Long_t | NextPrime (Long_t x) |
| Long_t | Sqrt (Long_t x) |
| Long_t | Hypot (Long_t x, Long_t y) |
| Short_t | Abs (Short_t d) |
| Int_t | Abs (Int_t d) |
| Long_t | Abs (Long_t d) |
| Float_t | Abs (Float_t d) |
| Double_t | Abs (Double_t d) |
| Bool_t | Even (Long_t a) |
| Bool_t | Odd (Long_t a) |
| Short_t | Sign (Short_t a, Short_t b) |
| Int_t | Sign (Int_t a, Int_t b) |
| Long_t | Sign (Long_t a, Long_t b) |
| Float_t | Sign (Float_t a, Float_t b) |
| Double_t | Sign (Double_t a, Double_t b) |
| Short_t | Min (Short_t a, Short_t b) |
| UShort_t | Min (UShort_t a, UShort_t b) |
| Int_t | Min (Int_t a, Int_t b) |
| UInt_t | Min (UInt_t a, UInt_t b) |
| Long_t | Min (Long_t a, Long_t b) |
| ULong_t | Min (ULong_t a, ULong_t b) |
| Float_t | Min (Float_t a, Float_t b) |
| Double_t | Min (Double_t a, Double_t b) |
| Short_t | Max (Short_t a, Short_t b) |
| UShort_t | Max (UShort_t a, UShort_t b) |
| Int_t | Max (Int_t a, Int_t b) |
| UInt_t | Max (UInt_t a, UInt_t b) |
| Long_t | Max (Long_t a, Long_t b) |
| ULong_t | Max (ULong_t a, ULong_t b) |
| Float_t | Max (Float_t a, Float_t b) |
| Double_t | Max (Double_t a, Double_t b) |
| Int_t | LocMin (Int_t n, const Short_t *a) |
| Int_t | LocMin (Int_t n, const Int_t *a) |
| Int_t | LocMin (Int_t n, const Float_t *a) |
| Int_t | LocMin (Int_t n, const Double_t *a) |
| Int_t | LocMin (Int_t n, const Long_t *a) |
| Int_t | LocMax (Int_t n, const Short_t *a) |
| Int_t | LocMax (Int_t n, const Int_t *a) |
| Int_t | LocMax (Int_t n, const Float_t *a) |
| Int_t | LocMax (Int_t n, const Double_t *a) |
| Int_t | LocMax (Int_t n, const Long_t *a) |
| Short_t | Range (Short_t lb, Short_t ub, Short_t x) |
| Int_t | Range (Int_t lb, Int_t ub, Int_t x) |
| Long_t | Range (Long_t lb, Long_t ub, Long_t x) |
| ULong_t | Range (ULong_t lb, ULong_t ub, ULong_t x) |
| Double_t | Range (Double_t lb, Double_t ub, Double_t x) |
| Int_t | BinarySearch (Int_t n, const Short_t *array, Short_t value) |
| Int_t | BinarySearch (Int_t n, const Short_t **array, Short_t value) |
| Int_t | BinarySearch (Int_t n, const Int_t *array, Int_t value) |
| Int_t | BinarySearch (Int_t n, const Int_t **array, Int_t value) |
| Int_t | BinarySearch (Int_t n, const Float_t *array, Float_t value) |
| Int_t | BinarySearch (Int_t n, const Float_t **array, Float_t value) |
| Int_t | BinarySearch (Int_t n, const Double_t *array, Double_t value) |
| Int_t | BinarySearch (Int_t n, const Double_t **array, Double_t value) |
| Int_t | BinarySearch (Int_t n, const Long_t *array, Long_t value) |
| Int_t | BinarySearch (Int_t n, const Long_t **array, Long_t value) |
| ULong_t | Hash (const void *txt, Int_t ntxt) |
| ULong_t | Hash (const char *str) |
| Bool_t | IsInside (Double_t xp, Double_t yp, Int_t np, Double_t *x, Double_t *y) |
| Bool_t | IsInside (Float_t xp, Float_t yp, Int_t np, Float_t *x, Float_t *y) |
| Bool_t | IsInside (Int_t xp, Int_t yp, Int_t np, Int_t *x, Int_t *y) |
| void | Sort (Int_t n, const Short_t *a, Int_t *index, Bool_t down=kTRUE) |
| void | Sort (Int_t n, const Int_t *a, Int_t *index, Bool_t down=kTRUE) |
| void | Sort (Int_t n, const Float_t *a, Int_t *index, Bool_t down=kTRUE) |
| void | Sort (Int_t n, const Double_t *a, Int_t *index, Bool_t down=kTRUE) |
| void | Sort (Int_t n, const Long_t *a, Int_t *index, Bool_t down=kTRUE) |
| void | BubbleHigh (Int_t Narr, Double_t *arr1, Int_t *arr2) |
| void | BubbleLow (Int_t Narr, Double_t *arr1, Int_t *arr2) |
| Float_t * | Cross (Float_t v1[3], Float_t v2[3], Float_t out[3]) |
| Float_t | Normalize (Float_t v[3]) |
| Float_t | NormCross (Float_t v1[3], Float_t v2[3], Float_t out[3]) |
| Float_t * | Normal2Plane (Float_t v1[3], Float_t v2[3], Float_t v3[3], Float_t normal[3]) |
| Double_t * | Cross (Double_t v1[3], Double_t v2[3], Double_t out[3]) |
| Double_t | Erf (Double_t x) |
| Double_t | Erfc (Double_t x) |
| Double_t | Freq (Double_t x) |
| Double_t | Gamma (Double_t z) |
| Double_t | Gamma (Double_t a, Double_t x) |
| Double_t | BreitWigner (Double_t x, Double_t mean=0, Double_t gamma=1) |
| Double_t | Gaus (Double_t x, Double_t mean=0, Double_t sigma=1) |
| Double_t | Landau (Double_t x, Double_t mean=0, Double_t sigma=1) |
| Double_t | LnGamma (Double_t z) |
| Double_t | Normalize (Double_t v[3]) |
| Double_t | NormCross (Double_t v1[3], Double_t v2[3], Double_t out[3]) |
| Double_t * | Normal2Plane (Double_t v1[3], Double_t v2[3], Double_t v3[3], Double_t normal[3]) |
| Double_t | Poisson (Double_t x, Double_t par) |
| Double_t | Prob (Double_t chi2, Int_t ndf) |
| Double_t | KolmogorovProb (Double_t z) |
| Double_t | Voigt (Double_t x, Double_t sigma, Double_t lg, Int_t R=4) |
| Double_t | BesselI (Int_t n, Double_t x) |
| Double_t | BesselK (Int_t n, Double_t x) |
| Double_t | BesselI0 (Double_t x) |
| Double_t | BesselK0 (Double_t x) |
| Double_t | BesselI1 (Double_t x) |
| Double_t | BesselK1 (Double_t x) |
| Double_t | BesselJ0 (Double_t x) |
| Double_t | BesselJ1 (Double_t x) |
| Double_t | BesselY0 (Double_t x) |
| Double_t | BesselY1 (Double_t x) |
| Double_t | StruveH0 (Double_t x) |
| Double_t | StruveH1 (Double_t x) |
| Double_t | StruveL0 (Double_t x) |
| Double_t | StruveL1 (Double_t x) |
|
|
Definition at line 37 of file TMath.h. Referenced by ATan2(), DegToRad(), InvPi(), PiOver2(), PiOver4(), RadToDeg(), and TwoPi(). |
|
|
Definition at line 38 of file TMath.h. References Pi(). |
|
|
Definition at line 39 of file TMath.h. References Pi(). |
|
|
Definition at line 40 of file TMath.h. References Pi(). |
|
|
Definition at line 41 of file TMath.h. References Pi(). |
|
|
Definition at line 42 of file TMath.h. References Pi(). |
|
|
Definition at line 43 of file TMath.h. References Pi(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file TMath.h. References C(). Referenced by HCcgs(). |
|
|
|
|
|
Definition at line 60 of file TMath.h. Referenced by Gcgs(). |
|
|
Definition at line 61 of file TMath.h. References G(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 74 of file TMath.h. References H(). Referenced by HCcgs(). |
|
|
|
|
|
Definition at line 78 of file TMath.h. Referenced by Hbarcgs(). |
|
|
Definition at line 79 of file TMath.h. References Hbar(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 87 of file TMath.h. Referenced by Kcgs(), R(), and RUncertainty(). |
|
|
Definition at line 88 of file TMath.h. References K(). |
|
|
Definition at line 89 of file TMath.h. Referenced by RUncertainty(). |
|
|
|
|
|
|
|
|
Definition at line 96 of file TMath.h. Referenced by R(), and RUncertainty(). |
|
|
Definition at line 97 of file TMath.h. Referenced by RUncertainty(). |
|
|
Definition at line 101 of file TMath.h. Referenced by Rgair(), and RUncertainty(). |
|
|
Definition at line 102 of file TMath.h. References K(), KUncertainty(), Na(), NaUncertainty(), and R(). |
|
|
Definition at line 107 of file TMath.h. Referenced by Rgair(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 450 of file TMath.h. References sin(). Referenced by TVector2::SetMagPhi(), TVector3::SetMagThetaPhi(), TVector3::SetPhi(), TLorentzVector::SetPtEtaPhiE(), TLorentzVector::SetPtEtaPhiM(), and TVector3::SetTheta(). |
|
|
Definition at line 453 of file TMath.h. References cos(). Referenced by TVector2::SetMagPhi(), TVector3::SetMagThetaPhi(), TVector3::SetPhi(), TLorentzVector::SetPtEtaPhiE(), TLorentzVector::SetPtEtaPhiM(), and TVector3::SetTheta(). |
|
|
Definition at line 456 of file TMath.h. References tan(). Referenced by TLorentzVector::SetPtEtaPhiE(), and TLorentzVector::SetPtEtaPhiM(). |
|
|
Definition at line 459 of file TMath.h. References sinh(). |
|
|
Definition at line 462 of file TMath.h. References cosh(). |
|
|
Definition at line 465 of file TMath.h. References tanh(). |
|
|
Definition at line 468 of file TMath.h. References asin(). |
|
|
Definition at line 471 of file TMath.h. References acos(). Referenced by TVector3::Angle(), and TParticle::Theta(). |
|
|
Definition at line 474 of file TMath.h. References atan(). Referenced by TLorentzVector::SetPtEtaPhiE(), and TLorentzVector::SetPtEtaPhiM(). |
|
||||||||||||
|
Definition at line 477 of file TMath.h. Referenced by TVector3::Phi(), TVector2::Phi(), TParticle::Phi(), and TVector3::Theta(). |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 480 of file TMath.h. References sqrt(). Referenced by TVector3::Angle(), TVector3::DeltaR(), TLorentzVector::DeltaR(), TLorentzVector::Gamma(), TVector3::Mag(), TLorentzVector::Mag(), TLorentzVector::Mt(), TParticle::P(), TVector3::Perp(), TParticle::Pt(), TLorentzVector::SetVectMag(), TLorentzVector::SetXYZM(), and TVector3::Unit(). |
|
|
|
|
|
|
|
|
Definition at line 483 of file TMath.h. References exp(). Referenced by TLorentzVector::SetPtEtaPhiE(), and TLorentzVector::SetPtEtaPhiM(). |
|
|
|
|
||||||||||||
|
Definition at line 486 of file TMath.h. References pow(). |
|
|
Definition at line 489 of file TMath.h. References log(). Referenced by TParticle::Eta(), and TLimit::LogLikelihood(). |
|
|
|
|
|
Definition at line 492 of file TMath.h. References log10(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 502 of file TMath.h. References isnan(). |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 294 of file TMath.h. Referenced by TVector2::SetMagPhi(), TVector3::SetMagThetaPhi(), TLorentzVector::SetPtEtaPhiE(), TLorentzVector::SetPtEtaPhiM(), and Sign(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 311 of file TMath.h. References Abs(). |
|
||||||||||||
|
Definition at line 314 of file TMath.h. References Abs(). |
|
||||||||||||
|
Definition at line 317 of file TMath.h. References Abs(). |
|
||||||||||||
|
Definition at line 320 of file TMath.h. References Abs(). |
|
||||||||||||
|
Definition at line 323 of file TMath.h. References Abs(). |
|
||||||||||||
|
Definition at line 328 of file TMath.h. Referenced by TString::Append(), TString::Insert(), TString::Prepend(), and TString::Replace(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 354 of file TMath.h. Referenced by FormSize::add_DessusDessous(), TString::Chop(), FormSize::operator+(), FormSize::operator+=(), and TString::Remove(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Referenced by TConfidenceLevel::SetTSB(), and TConfidenceLevel::SetTSS(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by NormCross(). |
|
|
Referenced by NormCross(). |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16