#include <RootFunctionAdapter.h>
Public Member Functions | |
void | addParameter (const boost::shared_ptr< double > &par) |
size_t | numberOfParameters () const |
double | operator() (const double *var) const |
RootFunctionAdapter () | |
RootFunctionAdapter (F &f) | |
void | setParameters (const double *pars) |
Private Attributes | |
F * | f_ |
std::vector< boost::shared_ptr < double > > | pars_ |
Definition at line 11 of file RootFunctionAdapter.h.
|
inline |
Definition at line 12 of file RootFunctionAdapter.h.
|
inline |
Definition at line 13 of file RootFunctionAdapter.h.
|
inline |
Definition at line 14 of file RootFunctionAdapter.h.
References root::helper::RootFunctionAdapter< F, args >::pars_.
Referenced by editorTools.UserCodeTool::__init__(), metTools.AddMETCollection::__init__(), and editorTools.ChangeSource::__init__().
|
inline |
Definition at line 25 of file RootFunctionAdapter.h.
References root::helper::RootFunctionAdapter< F, args >::pars_.
|
inline |
Definition at line 22 of file RootFunctionAdapter.h.
References root::helper::RootFunctionAdapter< F, args >::f_, and relativeConstraints::value.
|
inline |
Definition at line 17 of file RootFunctionAdapter.h.
References i, and root::helper::RootFunctionAdapter< F, args >::pars_.
|
private |
Definition at line 29 of file RootFunctionAdapter.h.
Referenced by root::helper::RootFunctionAdapter< F, args >::operator()().
|
private |
Definition at line 30 of file RootFunctionAdapter.h.
Referenced by root::helper::RootFunctionAdapter< F, args >::addParameter(), root::helper::RootFunctionAdapter< F, args >::numberOfParameters(), and root::helper::RootFunctionAdapter< F, args >::setParameters().