Go to the source code of this file.
|
RooAbsReal * | RooFit::bindFunction (TF1 *func, RooAbsReal &x) |
|
RooAbsReal * | RooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsReal * | RooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
|
RooAbsReal * | RooFit::bindFunction (TF1 *func, RooAbsReal &x, const RooArgList ¶ms) |
|
RooAbsReal * | RooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y, const RooArgList ¶ms) |
|
RooAbsReal * | RooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, const RooArgList ¶ms) |
|