#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 | 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 | |
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::CFUNCD1D) (double) |
typedef double(* | RooFit::CFUNCD1I) (Int_t) |
Functions | |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD1D func, RooAbsReal &x) |
RooAbsReal * | RooFit::bindFunction (const char *name, CFUNCD1I func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD1D func, RooAbsReal &x) |
RooAbsPdf * | RooFit::bindPdf (const char *name, CFUNCD1I func, RooAbsReal &x) |