#include "Riostream.h"#include "RooTFnBinding.h"#include "RooAbsReal.h"#include "RooAbsCategory.h"#include "TF3.h"Go to the source code of this file.
Namespaces | |
| namespace | 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 16 of file RooTFnBinding.cxx.
1.5.1