33 #ifndef ROOFIT_R__NO_CLASS_TEMPLATE_SPECIALIZATION 34 #define ROOFIT_R__NO_CLASS_TEMPLATE_SPECIALIZATION 43 return new RooCFunction4Binding<Double_t,Double_t,Double_t,Double_t,Double_t>(
name,
name,
func,
x,
y,
z,w) ;
47 return new RooCFunction4Binding<Double_t,Double_t,Double_t,Double_t,Int_t>(
name,
name,
func,
x,
y,
z,w) ;
51 return new RooCFunction4Binding<Double_t,Double_t,Double_t,Double_t,Bool_t>(
name,
name,
func,
x,
y,
z,w) ;
55 return new RooCFunction4PdfBinding<Double_t,Double_t,Double_t,Double_t,Double_t>(
name,
name,
func,
x,
y,
z,w) ;
59 return new RooCFunction4PdfBinding<Double_t,Double_t,Double_t,Double_t,Int_t>(
name,
name,
func,
x,
y,
z,w) ;
63 return new RooCFunction4PdfBinding<Double_t,Double_t,Double_t,Double_t,Bool_t>(
name,
name,
func,
x,
y,
z,w) ;
RooAbsPdf * bindPdf(const char *name, CFUNCD1D func, RooAbsReal &x)
Double_t(* CFUNCD4DDDB)(Double_t, Double_t, Double_t, Bool_t)
Double_t(* CFUNCD4DDDI)(Double_t, Double_t, Double_t, Int_t)
RooAbsReal * bindFunction(const char *name, CFUNCD1D func, RooAbsReal &x)
#define templateClassImp(name)
RooCFunction4Binding is a templated implementation of class RooAbsReal that binds generic C(++) funct...
Double_t(* CFUNCD4DDDD)(Double_t, Double_t, Double_t, Double_t)
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
double func(double *x, double *p)
you should not use this method at all Int_t Int_t z
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...