28#ifndef ROOFIT_R__NO_CLASS_TEMPLATE_SPECIALIZATION
29#define ROOFIT_R__NO_CLASS_TEMPLATE_SPECIALIZATION
38 return new RooCFunction4Binding<double,double,double,double,double>(
name,
name,func,
x,
y,z,
w) ;
42 return new RooCFunction4Binding<double,double,double,double,Int_t>(
name,
name,func,
x,
y,z,
w) ;
46 return new RooCFunction4Binding<double,double,double,double,bool>(
name,
name,func,
x,
y,z,
w) ;
50 return new RooCFunction4PdfBinding<double,double,double,double,double>(
name,
name,func,
x,
y,z,
w) ;
54 return new RooCFunction4PdfBinding<double,double,double,double,Int_t>(
name,
name,func,
x,
y,z,
w) ;
58 return new RooCFunction4PdfBinding<double,double,double,double,bool>(
name,
name,func,
x,
y,z,
w) ;
#define templateClassImp(name)
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
RooCFunction4Binding is a templated implementation of class RooAbsReal that binds generic C(++) funct...
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
double(* CFUNCD4DDDB)(double, double, double, bool)
double(* CFUNCD4DDDD)(double, double, double, double)
RooAbsPdf * bindPdf(const char *name, CFUNCD1D func, RooAbsReal &x)
double(* CFUNCD4DDDI)(double, double, double, Int_t)
RooAbsReal * bindFunction(const char *name, CFUNCD1D func, RooAbsReal &x)