ROOT 6.12/07 Reference Guide |
#include "Riostream.h"
#include "RooTFnBinding.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "TF3.h"
Namespaces | |
RooFit | |
Functions | |
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) |