#include "Riostream.h"
#include "RooCFunction1Binding.h"
#include "RooCintUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | RooFit |
Functions | |
templateClassImp (RooCFunction1Binding) templateClassImp(RooCFunction1Ref) template<> RooCFunction1Map< double | |
RooAbsReal * | RooFit::bindFunction (const char *name, void *func, RooAbsReal &x) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD1D func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, void *func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD1D func, RooAbsReal &x) |
templateClassImp | ( | RooCFunction1Binding | ) |