#define ClassDefOverride(name, id)
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
RooVoigtian is an efficient implementation of the convolution of a Breit-Wigner with a Gaussian,...
void selectDefaultAlgorithm()
Disable the fast evaluation of the complex error function using look-up tables (default is the "slow"...
bool canComputeBatchWithCuda() const override
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
void selectFastAlgorithm()
Enable the fast evaluation of the complex error function using look-up tables (default is the "slow" ...
TObject * clone(const char *newname) const override
void computeBatch(double *output, size_t nEvents, RooFit::Detail::DataMap const &) const override
Compute multiple values of Voigtian distribution.
Mother of all ROOT objects.