Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooTFnBinding.h File Reference
#include "RooAbsReal.h"
#include "RooListProxy.h"
Include dependency graph for RooTFnBinding.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooTFnBinding
 Use TF1, TF2, TF3 functions as RooFit objects. More...
 

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.