#include <RooFitFunction.h>
Public Member Functions | |
void | add (RooAbsReal &rA, funct::Parameter &a) |
TObject * | clone (const char *newName) const override |
RooFitFunction (const RooFitFunction< X, Expr > &other, const char *name=nullptr) | |
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) | |
Private Member Functions | |
Double_t | evaluate () const override |
Private Attributes | |
Expr | e_ |
RooListProxy | parsArgs_ |
std::vector< std::shared_ptr< double > > | parsPtrs_ |
RooRealProxy | x_ |
Definition at line 16 of file RooFitFunction.h.
|
inline |
Definition at line 18 of file RooFitFunction.h.
References trackingPlots::other.
|
inline |
|
inline |
Definition at line 29 of file RooFitFunction.h.
References MillePedeFileConverter_cfg::e, Skims_PA_cff::name, runGCPTkAlMap::title, and x.
|
inline |
Definition at line 34 of file RooFitFunction.h.
References a, MillePedeFileConverter_cfg::e, Skims_PA_cff::name, runGCPTkAlMap::title, and x.
|
inline |
Definition at line 45 of file RooFitFunction.h.
References a, b, MillePedeFileConverter_cfg::e, Skims_PA_cff::name, runGCPTkAlMap::title, and x.
|
inline |
Definition at line 58 of file RooFitFunction.h.
References a, root::RooFitFunction< X, Expr >::parsArgs_, and root::RooFitFunction< X, Expr >::parsPtrs_.
Referenced by counter.Counter::register().
|
inlineoverride |
|
inlineoverrideprivate |
Definition at line 69 of file RooFitFunction.h.
References root::RooFitFunction< X, Expr >::e_, mps_fire::i, root::RooFitFunction< X, Expr >::parsArgs_, root::RooFitFunction< X, Expr >::parsPtrs_, and root::RooFitFunction< X, Expr >::x_.
|
private |
Definition at line 65 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::evaluate().
|
private |
Definition at line 68 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::add(), and root::RooFitFunction< X, Expr >::evaluate().
|
private |
Definition at line 67 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::add(), and root::RooFitFunction< X, Expr >::evaluate().
|
private |
Definition at line 66 of file RooFitFunction.h.
Referenced by root::RooFitFunction< X, Expr >::evaluate().