#include <LeptonCall.h>
|
| double | evaluate (const std::vector< double > &args) const |
| |
| double | evaluateDeriv (const unsigned &ider, const std::vector< double > &args) const |
| |
| unsigned | getNumberOfArguments () const |
| |
| void | set (const std::string &func, const std::vector< std::string > &var, Action *action=NULL, const bool &a=false) |
| |
◆ evaluate()
| double PLMD::LeptonCall::evaluate |
( |
const std::vector< double > & | args | ) |
const |
◆ evaluateDeriv()
| double PLMD::LeptonCall::evaluateDeriv |
( |
const unsigned & | ider, |
|
|
const std::vector< double > & | args ) const |
◆ getNumberOfArguments()
| unsigned PLMD::LeptonCall::getNumberOfArguments |
( |
| ) |
const |
|
inline |
◆ set()
| void PLMD::LeptonCall::set |
( |
const std::string & | func, |
|
|
const std::vector< std::string > & | var, |
|
|
Action * | action = NULL, |
|
|
const bool & | a = false ) |
◆ allow_extra_args
| bool PLMD::LeptonCall::allow_extra_args |
|
private |
◆ expression
◆ expression_deriv
◆ lepton_ref
| std::vector<double*> PLMD::LeptonCall::lepton_ref |
|
private |
◆ lepton_ref_deriv
| std::vector<double*> PLMD::LeptonCall::lepton_ref_deriv |
|
private |
◆ nargs
| unsigned PLMD::LeptonCall::nargs |
|
private |
The documentation for this class was generated from the following files: