#include "RooAbsReal.h"#include "RooAbsPdf.h"#include "RooRealProxy.h"#include "RooMsgService.h"#include "TBuffer.h"#include "TString.h"#include <string>#include <map>#include <vector>Classes | |
| class | RooCFunction2Binding< VO, VI1, VI2 > | 
| RooCFunction2Binding is a templated implementation of class RooAbsReal that binds generic C(++) functions to a RooAbsReal argument thus allowing generic C++ functions to be used as RooFit functions.  More... | |
| class | RooCFunction2Map< VO, VI1, VI2 > | 
| class | RooCFunction2PdfBinding< VO, VI1, VI2 > | 
| class | RooCFunction2Ref< VO, VI1, VI2 > | 
Namespaces | |
| namespace | RooFit | 
| The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).  | |
Typedefs | |
| typedef double(* | RooFit::CFUNCD2DD) (double, double) | 
| typedef double(* | RooFit::CFUNCD2DI) (double, Int_t) | 
| typedef double(* | RooFit::CFUNCD2ID) (Int_t, double) | 
| typedef double(* | RooFit::CFUNCD2II) (Int_t, Int_t) | 
| typedef double(* | RooFit::CFUNCD2UD) (UInt_t, double) | 
Functions | |
| RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y) | 
| RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y) |