#include <RooFitFunction.h>
Public Member Functions | |
void | add (RooAbsReal &rA, funct::Parameter &a) |
TObject * | clone (const char *newName) const override |
RooFitFunction (const char *name, const char *title, const Expr &e, RooAbsReal &x) | |
RooFitFunction (const char *name, const char *title, const Expr &e, RooAbsReal &x, RooAbsReal &rA, funct::Parameter &a) | |
RooFitFunction (const char *name, const char *title, const Expr &e, RooAbsReal &x, RooAbsReal &rA, funct::Parameter &a, RooAbsReal &rB, funct::Parameter &b) | |
RooFitFunction (const char *name, const char *title, const Expr &e, RooAbsReal &x, RooAbsReal &rA, funct::Parameter &a, RooAbsReal &rB, funct::Parameter &b, RooAbsReal &rC, funct::Parameter &c) | |
RooFitFunction (const RooFitFunction< X, Expr > &other, const char *name=nullptr) | |
~RooFitFunction () override | |
Private Member Functions | |
Double_t | evaluate () const override |
Private Attributes | |
Expr | e_ |
std::vector< std::pair< std::shared_ptr< double >, RooRealProxy > > | pars_ |
RooRealProxy | x_ |
Definition at line 14 of file RooFitFunction.h.
|
inline |
Definition at line 16 of file RooFitFunction.h.
References gather_cfg::cout, mps_fire::end, mps_fire::i, trackingPlots::other, and root::RooFitFunction< X, Expr >::pars_.
|
inline |
|
inline |
|
inline |
Definition at line 33 of file RooFitFunction.h.
References a, b, and root::RooFitFunction< X, Expr >::pars_.
|
inline |
Definition at line 45 of file RooFitFunction.h.
References a, b, c, and root::RooFitFunction< X, Expr >::pars_.
|
inlineoverride |
Definition at line 60 of file RooFitFunction.h.
|
inline |
Definition at line 61 of file RooFitFunction.h.
References a, and root::RooFitFunction< X, Expr >::pars_.
Referenced by counter.Counter::register().
|
inlineoverride |
|
inlineoverrideprivate |
Definition at line 70 of file RooFitFunction.h.
References root::RooFitFunction< X, Expr >::e_, mps_fire::end, mps_fire::i, root::RooFitFunction< X, Expr >::pars_, and root::RooFitFunction< X, Expr >::x_.
|
private |
Definition at line 67 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::evaluate().
|
private |
Definition at line 69 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::add(), root::RooFitFunction< X, Expr >::evaluate(), and root::RooFitFunction< X, Expr >::RooFitFunction().
|
private |
Definition at line 68 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::evaluate().