Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooCFunction2Binding.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>

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

RooAbsRealRooFit::bindFunction (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y)
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y)
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y)
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y)
RooAbsRealRooFit::bindFunction (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y)
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD2DD func, RooAbsReal &x, RooAbsReal &y)
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD2DI func, RooAbsReal &x, RooAbsReal &y)
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD2ID func, RooAbsReal &x, RooAbsReal &y)
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD2II func, RooAbsReal &x, RooAbsReal &y)
RooAbsPdfRooFit::bindPdf (const char *name, CFUNCD2UD func, RooAbsReal &x, RooAbsReal &y)

Variables

template<class VO, class VI1, class VI2>
RooCFunction2Map< VO, VI1, VI2 > * RooCFunction2Ref< VO, VI1, VI2 >::_fmap = nullptr

Variable Documentation

◆ RooCFunction2Ref< VO, VI1, VI2 >::_fmap

template<class VO, class VI1, class VI2>
RooCFunction2Map<VO,VI1,VI2>* RooCFunction2Ref< VO, VI1, VI2 >::_fmap = nullptr

Definition at line 157 of file RooCFunction2Binding.h.