Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Typedefs | Functions
RooCFunction3Binding.h File Reference
#include "RooAbsReal.h"
#include "RooRealProxy.h"
#include "RooMsgService.h"
#include "RooAbsPdf.h"
#include "TBuffer.h"
#include "TString.h"
#include <string>
#include <map>
#include <vector>
Include dependency graph for RooCFunction3Binding.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooCFunction3Binding< VO, VI1, VI2, VI3 >
 RooCFunction3Binding 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  RooCFunction3Map< VO, VI1, VI2, VI3 >
 
class  RooCFunction3PdfBinding< VO, VI1, VI2, VI3 >
 
class  RooCFunction3Ref< VO, VI1, VI2, VI3 >
 

Namespaces

 RooFit
 

Typedefs

typedef Double_t(* RooFit::CFUNCD3DDB) (Double_t, Double_t, Bool_t)
 
typedef Double_t(* RooFit::CFUNCD3DDD) (Double_t, Double_t, Double_t)
 
typedef Double_t(* RooFit::CFUNCD3DII) (Double_t, Int_t, Int_t)
 
typedef Double_t(* RooFit::CFUNCD3UDD) (UInt_t, Double_t, Double_t)
 
typedef Double_t(* RooFit::CFUNCD3UDU) (UInt_t, Double_t, UInt_t)
 
typedef Double_t(* RooFit::CFUNCD3UUD) (UInt_t, UInt_t, Double_t)
 

Functions

RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3DDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3DII func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3UDU func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3UDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD3UUD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3DDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3DDB func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3DII func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3UDU func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3UDD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD3UUD func, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z)