#include <RooComplex.h>
Definition at line 29 of file RooComplex.h.
Definition at line 31 of file RooComplex.h.
Referenced by conj(), exp(), operator *(), operator+(), operator-(), operator/(), and sqrt().
virtual RooComplex::~RooComplex | ( | ) | [inline, virtual] |
Definition at line 32 of file RooComplex.h.
Definition at line 31 of file RooComplex.h.
virtual RooComplex::~RooComplex | ( | ) | [inline, virtual] |
Definition at line 32 of file RooComplex.h.
RooComplex& RooComplex::operator= | ( | const RooComplex & | other | ) | [inline] |
RooComplex RooComplex::operator- | ( | ) | const [inline] |
RooComplex RooComplex::operator+ | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator- | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator * | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator/ | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator * | ( | const Double_t & | other | ) | const [inline] |
Bool_t RooComplex::operator== | ( | const RooComplex & | other | ) | const [inline] |
Double_t RooComplex::re | ( | ) | const [inline] |
Definition at line 69 of file RooComplex.h.
References _re.
Referenced by RooGExpModel::analyticalIntegral(), RooGaussModel::analyticalIntegral(), RooGExpModel::evalCerfRe(), RooGaussModel::evalCerfRe(), RooGExpModel::evaluate(), and RooMath::ITPComplexErrFuncRe().
Double_t RooComplex::im | ( | ) | const [inline] |
Definition at line 72 of file RooComplex.h.
References _im.
Referenced by RooGExpModel::analyticalIntegral(), RooGaussModel::analyticalIntegral(), RooGaussModel::evalCerfIm(), RooGExpModel::evalCerfIm(), RooGExpModel::evaluate(), and RooMath::ITPComplexErrFuncIm().
Double_t RooComplex::abs | ( | ) | const [inline] |
Double_t RooComplex::abs2 | ( | ) | const [inline] |
RooComplex RooComplex::exp | ( | ) | const [inline] |
Definition at line 81 of file RooComplex.h.
References _im, _re, cos(), RooComplex(), and sin().
Referenced by RooGExpModel::evalCerfApprox(), RooGaussModel::evalCerfApprox(), and exp().
RooComplex RooComplex::conj | ( | ) | const [inline] |
RooComplex RooComplex::sqrt | ( | ) | const [inline] |
Definition at line 88 of file RooComplex.h.
References _im, _re, atan2(), cos(), RooComplex(), and sin().
Referenced by sqrt().
void RooComplex::Print | ( | ) | const |
RooComplex& RooComplex::operator= | ( | const RooComplex & | other | ) | [inline] |
RooComplex RooComplex::operator- | ( | ) | const [inline] |
RooComplex RooComplex::operator+ | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator- | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator * | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator/ | ( | const RooComplex & | other | ) | const [inline] |
RooComplex RooComplex::operator * | ( | const Double_t & | other | ) | const [inline] |
Bool_t RooComplex::operator== | ( | const RooComplex & | other | ) | const [inline] |
Double_t RooComplex::re | ( | ) | const [inline] |
Double_t RooComplex::im | ( | ) | const [inline] |
Double_t RooComplex::abs | ( | ) | const [inline] |
Double_t RooComplex::abs2 | ( | ) | const [inline] |
RooComplex RooComplex::exp | ( | ) | const [inline] |
Definition at line 81 of file RooComplex.h.
RooComplex RooComplex::conj | ( | ) | const [inline] |
RooComplex RooComplex::sqrt | ( | ) | const [inline] |
Definition at line 88 of file RooComplex.h.
References _im, _re, atan2(), cos(), RooComplex(), sin(), and sqrt().
void RooComplex::Print | ( | ) | const |
Double_t RooComplex::_re [private] |
Definition at line 96 of file RooComplex.h.
Referenced by abs(), abs2(), conj(), exp(), operator *(), operator+(), operator-(), operator/(), operator=(), operator==(), re(), and sqrt().
Double_t RooComplex::_im [private] |
Definition at line 96 of file RooComplex.h.
Referenced by abs(), abs2(), conj(), exp(), im(), operator *(), operator+(), operator-(), operator/(), operator=(), operator==(), and sqrt().