#include "TMath.h"#include "Riostream.h"#include "RooGaussModel.h"#include "RooMath.h"#include "RooRealConstant.h"#include "RooRandom.h"#include "RooBatchCompute.h"#include "TError.h"#include <RooHeterogeneousMath.h>#include <array>Functions | |
| STD::complex< double > | evalCerf (double swt, double u, double c) |
| STD::complex< double > | evalCerfApprox (double _x, double u, double c) |
| use the approximation: erf(z) = exp(-z*z)/(STD::sqrt(pi)*z) to explicitly cancel the divergent exp(y*y) behaviour of CWERF for z = x + i y with large negative y | |
|
inline |
Definition at line 580 of file RooHeterogeneousMath.h.
|
inline |
use the approximation: erf(z) = exp(-z*z)/(STD::sqrt(pi)*z) to explicitly cancel the divergent exp(y*y) behaviour of CWERF for z = x + i y with large negative y
Definition at line 566 of file RooHeterogeneousMath.h.