Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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(* RooFit::CFUNCD4DDDB) (double, double, double, bool)
 
typedef double(* RooFit::CFUNCD4DDDD) (double, double, double, double)
 
typedef double(* RooFit::CFUNCD4DDDI) (double, double, double, 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)
 

Variables

template<class VO, class VI1, class VI2, class VI3, class VI4>
RooCFunction4Map< VO, VI1, VI2, VI3, VI4 > * RooCFunction4Ref< VO, VI1, VI2, VI3, VI4 >::_fmap = nullptr
 

Variable Documentation

◆ RooCFunction4Ref< VO, VI1, VI2, VI3, VI4 >::_fmap

template<class VO, class VI1, class VI2, class VI3, class VI4>
RooCFunction4Map<VO,VI1,VI2,VI3,VI4>* RooCFunction4Ref< VO, VI1, VI2, VI3, VI4 >::_fmap = nullptr

Definition at line 155 of file RooCFunction4Binding.h.