#include "RooAbsReal.h"#include "RooArgList.h"#include "RooListProxy.h"#include "RooAbsPdf.h"#include "RooRealProxy.h"#include "RooMsgService.h"#include "Math/IFunction.h"Classes | |
| class | RooFunctor1DBinding | 
| RooCFunction1Binding is a templated implementation of class RooAbsReal that binds generic C(++) functions to a RooAbsReal argument thus allowing generic C++ functions to be used as RooFit functions.  More... | |
| class | RooFunctor1DPdfBinding | 
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::IBaseFunctionOneDim &ftor, RooAbsReal &vars) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, const ROOT::Math::IBaseFunctionOneDim &ftor, RooAbsReal &vars) |