Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooTFnBinding.cxx File Reference

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).

Functions

RooAbsRealRooFit::bindFunction (TF1 *func, RooAbsReal &x)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.
RooAbsRealRooFit::bindFunction (TF1 *func, RooAbsReal &x, const RooArgList &params)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.
RooAbsRealRooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.
RooAbsRealRooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y, const RooArgList &params)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.
RooAbsRealRooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.
RooAbsRealRooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, const RooArgList &params)
 Bind a TFx function to RooFit variables. Also see RooTFnBinding.