#include "RooAbsReal.h"
#include "RooArgList.h"
#include "RooListProxy.h"
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooMsgService.h"
#include "Math/IFunction.h"
Classes | |
class | RooFunctorBinding |
RooFunctorBinding makes math functions from ROOT usable in RooFit. More... | |
class | RooFunctorPdfBinding |
RooFunctorPdfBinding makes math functions from ROOT usable as PDFs in RooFit. More... | |
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 (const char *name, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars) |
RooAbsPdf * | RooFit::bindPdf (const char *name, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars) |