#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 | RooCFunction2Map< VO, VI1, VI2 > |
class | RooCFunction2Ref< VO, VI1, VI2 > |
class | RooCFunction2Binding< VO, VI1, VI2 > |
class | RooCFunction2PdfBinding< VO, VI1, VI2 > |
Typedefs | |
typedef Double_t(*) | RooFit::CFUNCD2DD (Double_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD2ID (Int_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD2UD (UInt_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD2DI (Double_t, Int_t) |
typedef Double_t(*) | RooFit::CFUNCD2II (Int_t, Int_t) |
Functions | |
RooAbsReal * | RooFit::bindFunction (const char *name, void *func, RooAbsReal &x, RooAbsReal &y) |
RooAbsPdf * | RooFit::bindPdf (const char *name, void *func, RooAbsReal &x, RooAbsReal &y) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) |