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