|
Namespaces |
namespace | RooFit |
Classes |
class | RooCFunction3Map< VO, VI1, VI2, VI3 > |
class | RooCFunction3Ref< VO, VI1, VI2, VI3 > |
class | RooCFunction3Binding< VO, VI1, VI2, VI3 > |
class | RooCFunction3PdfBinding< VO, VI1, VI2, VI3 > |
Typedefs |
typedef Double_t(*) | RooFit::CFUNCD3DDD (Double_t, Double_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD3DDB (Double_t, Double_t, Bool_t) |
typedef Double_t(*) | RooFit::CFUNCD3DII (Double_t, Int_t, Int_t) |
typedef Double_t(*) | RooFit::CFUNCD3UDU (UInt_t, Double_t, UInt_t) |
typedef Double_t(*) | RooFit::CFUNCD3UDD (UInt_t, Double_t, Double_t) |
typedef Double_t(*) | RooFit::CFUNCD3UUD (UInt_t, UInt_t, Double_t) |
Functions |
RooAbsReal * | RooFit::bindFunction (const char *name, void *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
RooAbsPdf * | RooFit::bindPdf (const char *name, void *func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z) |