ROOT
6.06/09
Reference Guide
|
#include "Riostream.h"
#include "RooTFnPdfBinding.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "TF3.h"
Go to the source code of this file.
Namespaces | |
RooFit | |
Functions | |
ClassImp (RooTFnPdfBinding) RooTFnPdfBinding | |
RooAbsPdf * | RooFit::bindPdf (TF1 *func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (TF2 *func, RooAbsReal &x, RooAbsReal &y) |
RooAbsPdf * | RooFit::bindPdf (TF3 *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
ClassImp | ( | RooTFnPdfBinding | ) |
Definition at line 18 of file RooTFnPdfBinding.cxx.