#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 | RooCFunction4Map< VO, VI1, VI2, VI3, VI4 > |
class | RooCFunction4Ref< VO, VI1, VI2, VI3, VI4 > |
class | RooCFunction4Binding< VO, VI1, VI2, VI3, VI4 > |
class | RooCFunction4PdfBinding< VO, VI1, VI2, VI3, VI4 > |
Typedefs | |
typedef Double_t(*) | RooFit::CFUNCD4DDDD (Double_t, Double_t, Double_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD4DDDI (Double_t, Double_t, Double_t, Int_t) |
typedef Double_t(*) | RooFit::CFUNCD4DDDB (Double_t, Double_t, Double_t, Bool_t) |
Functions | |
RooAbsReal * | RooFit::bindFunction (const char *name, void *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w) |
RooAbsPdf * | RooFit::bindPdf (const char *name, void *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w) |