#include "Riostream.h"
#include "RooTFnBinding.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "TF3.h"
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
Functions | |
RooAbsReal * | RooFit::bindFunction (TF1 *func, RooAbsReal &x) |
RooAbsReal * | RooFit::bindFunction (TF1 *func, RooAbsReal &x, const RooArgList ¶ms) |
RooAbsReal * | RooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y) |
RooAbsReal * | RooFit::bindFunction (TF2 *func, RooAbsReal &x, RooAbsReal &y, const RooArgList ¶ms) |
RooAbsReal * | RooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
RooAbsReal * | RooFit::bindFunction (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, const RooArgList ¶ms) |