Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooTFnBinding.cxx File Reference
#include "Riostream.h"
#include "RooTFnBinding.h"
#include "RooAbsCategory.h"
#include "TF3.h"
Include dependency graph for RooTFnBinding.cxx:

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

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.