#include "TString.h"
#include "RooAbsReal.h"
#include "RooArgList.h"
#include "RooListProxy.h"
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooMsgService.h"
#include <string>
#include <map>
#include <vector>
#include "Math/IFunction.h"
Go to the source code of this file.
Namespaces | |
namespace | RooFit |
Classes | |
class | RooFunctor1DBinding |
class | RooFunctor1DPdfBinding |
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) |