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