32 return new RooCFunction4Binding<double,double,double,double,double>(
name,
name,func,
x,
y,z,
w) ;
36 return new RooCFunction4Binding<double,double,double,double,Int_t>(
name,
name,func,
x,
y,z,
w) ;
40 return new RooCFunction4Binding<double,double,double,double,bool>(
name,
name,func,
x,
y,z,
w) ;
44 return new RooCFunction4PdfBinding<double,double,double,double,double>(
name,
name,func,
x,
y,z,
w) ;
48 return new RooCFunction4PdfBinding<double,double,double,double,Int_t>(
name,
name,func,
x,
y,z,
w) ;
52 return new RooCFunction4PdfBinding<double,double,double,double,bool>(
name,
name,func,
x,
y,z,
w) ;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
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)