#include "TString.h"
#include "RooAbsReal.h"
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooMsgService.h"
#include <string>
#include <map>
#include <vector>
Go to the source code of this file.
|
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y) |
|
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y) |
|