#include <Parameter.h>
Public Member Functions | |
const std::string & | name () const |
operator boost::shared_ptr< double > () const | |
operator double () const | |
double | operator() () const |
double | operator() (double) const |
double | operator() (double, double) const |
Parameter & | operator= (double value) |
Parameter (const std::string &name="undefined", double value=0) | |
boost::shared_ptr< double > | ptr () const |
double | value () const |
Private Attributes | |
std::string | name_ |
boost::shared_ptr< double > | value_ |
Definition at line 8 of file Parameter.h.
|
inlineexplicit |
Definition at line 10 of file Parameter.h.
|
inline |
Definition at line 13 of file Parameter.h.
References name_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), root::RooFitFunction< X, Expr >::add(), fit::RootMinuitCommands< Function >::add(), fit::RootMinuit< Function >::addParameter(), funct::operator<<(), root::RooFitFunction< X, Expr >::RooFitFunction(), and root::tf1_t().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 19 of file Parameter.h.
References value_.
Referenced by root::RooFitFunction< X, Expr >::add(), root::RooFitFunction< X, Expr >::RooFitFunction(), and root::tf1_t().
|
inline |
Definition at line 14 of file Parameter.h.
References value_.
Referenced by operator double(), funct::operator<<(), and operator=().
|
private |
Definition at line 23 of file Parameter.h.
Referenced by name().
|
private |
Definition at line 24 of file Parameter.h.
Referenced by operator boost::shared_ptr< double >(), operator()(), operator=(), ptr(), and value().