![]() |
ROOT
6.06/09
Reference Guide
|
#include "TString.h"#include "RooAbsReal.h"#include "RooAbsPdf.h"#include "RooRealProxy.h"#include "RooMsgService.h"#include <string>#include <map>#include <vector>
Include dependency graph for RooCFunction1Binding.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | RooCFunction1Map< VO, VI > |
| class | RooCFunction1Ref< VO, VI > |
| class | RooCFunction1Binding< VO, VI > |
| class | RooCFunction1PdfBinding< VO, VI > |
Namespaces | |
| RooFit | |
Typedefs | |
| typedef Double_t(* | RooFit::CFUNCD1D) (Double_t) |
| typedef Double_t(* | 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) |