#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
 
void doEval(RooFit::EvalContext &) const override
Compute multiple values of Voigtian distribution.
 
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=nullptr) const override
 
Mother of all ROOT objects.