#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.
Namespaces | |
namespace | RooFit |
Classes | |
class | RooCFunction1Map< VO, VI > |
class | RooCFunction1Ref< VO, VI > |
class | RooCFunction1Binding< VO, VI > |
class | RooCFunction1PdfBinding< VO, VI > |
Typedefs | |
typedef Double_t(*) | RooFit::CFUNCD1D (Double_t) |
typedef Double_t(*) | RooFit::CFUNCD1I (Int_t) |
Functions | |
RooAbsReal * | RooFit::bindFunction (const char *name, void *func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, void *func, RooAbsReal &x) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD1D func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD1D func, RooAbsReal &x) |