ROOT
6.07/01
Reference Guide
|
#include "Riostream.h"
#include "RooTFnBinding.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "TF3.h"
Go to the source code of this file.
Namespaces | |
RooFit | |
Functions | |
ClassImp (RooTFnBinding) RooTFnBinding | |
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) |
ClassImp | ( | RooTFnBinding | ) |
Definition at line 18 of file RooTFnBinding.cxx.