Logo ROOT  
Reference Guide
RooCFunction4Binding.h File Reference
#include "RooAbsReal.h"
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooMsgService.h"
#include "TBuffer.h"
#include "TString.h"
#include <string>
#include <map>
#include <vector>
Include dependency graph for RooCFunction4Binding.h:
This graph shows which files directly or indirectly include this file:

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

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 

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

RooAbsRealRooFit::bindFunction (const char *name, CFUNCD4DDDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD4DDDI func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD4DDDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD4DDDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD4DDDI func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &w)