Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs | Functions
RooCFunction1Binding.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 RooCFunction1Binding.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooCFunction1Binding< VO, VI >
 RooCFunction1Binding 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  RooCFunction1Map< VO, VI >
 
class  RooCFunction1PdfBinding< VO, VI >
 
class  RooCFunction1Ref< VO, VI >
 

Namespaces

 RooFit
 

Typedefs

typedef Double_t(* RooFit::CFUNCD1D) (Double_t)
 
typedef Double_t(* RooFit::CFUNCD1I) (Int_t)
 

Functions

RooAbsRealRooFit::bindFunction (const char *name, CFUNCD1D func, RooAbsReal &x)
 
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD1I func, RooAbsReal &x)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD1D func, RooAbsReal &x)
 
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD1I func, RooAbsReal &x)