#include <TFCNAnalyticalFunction.h>
|
Bool_t | _blog |
| Boolean for edit the log.
|
|
int | _ninput |
|
TString | _sinput |
| Name of the input attributes.
|
|
double * | _dinputValue |
|
int | _noutput |
|
TString | _soutput |
| Name of the output attributes.
|
|
double * | _doutputValue |
| The output attribute name.
|
|
TString | _sCost |
| The name of the selected cost (the number must be equal to 1)
|
|
Int_t | _nCost |
| the current position for the selected cost in the output list of attribute
|
|
URANIE::DataServer::TDataServer * | _tds |
|
void(* | _fMethod )(Double_t *gin, Double_t *f) |
| Pointeur vers un TDS.
|
|
TMethodCall * | _fMethodCall |
| Pointer to MethodCall in case of interpreted function.
|
|
TMethodCall * | getMethodCall () const |
| Return the pointer to the TmethodCall attribut.
|
|
double | operator() (const vector< double > &par) const |
|
double | Up () const |
|
void | clean () |
|
◆ TFCNAnalyticalFunction() [1/3]
URANIE::Optimizer::TFCNAnalyticalFunction::TFCNAnalyticalFunction |
( |
| ) |
|
|
inline |
◆ TFCNAnalyticalFunction() [2/3]
URANIE::Optimizer::TFCNAnalyticalFunction::TFCNAnalyticalFunction |
( |
URANIE::DataServer::TDataServer * |
tds, |
|
|
void * |
fcn, |
|
|
TString |
sinput, |
|
|
TString |
soutput, |
|
|
TString |
scost |
|
) |
| |
Constructor with a dataserver.
◆ TFCNAnalyticalFunction() [3/3]
URANIE::Optimizer::TFCNAnalyticalFunction::TFCNAnalyticalFunction |
( |
URANIE::DataServer::TDataServer * |
tds, |
|
|
TString |
sfunction, |
|
|
TString |
sinput, |
|
|
TString |
soutput |
|
) |
| |
Constructor with a dataserver.
◆ ~TFCNAnalyticalFunction()
URANIE::Optimizer::TFCNAnalyticalFunction::~TFCNAnalyticalFunction |
( |
| ) |
|
◆ clean()
void URANIE::Optimizer::TFCNAnalyticalFunction::clean |
( |
| ) |
|
◆ getMethodCall()
TMethodCall * URANIE::Optimizer::TFCNAnalyticalFunction::getMethodCall |
( |
| ) |
const |
|
inline |
◆ init()
void URANIE::Optimizer::TFCNAnalyticalFunction::init |
( |
| ) |
|
◆ operator()()
double URANIE::Optimizer::TFCNAnalyticalFunction::operator() |
( |
const vector< double > & |
par | ) |
const |
|
inline |
◆ Up()
double URANIE::Optimizer::TFCNAnalyticalFunction::Up |
( |
| ) |
const |
|
inline |
◆ _blog
Bool_t URANIE::Optimizer::TFCNAnalyticalFunction::_blog |
|
private |
◆ _dinputValue
double* URANIE::Optimizer::TFCNAnalyticalFunction::_dinputValue |
|
private |
◆ _doutputValue
double* URANIE::Optimizer::TFCNAnalyticalFunction::_doutputValue |
|
private |
◆ _fMethod
void(* URANIE::Optimizer::TFCNAnalyticalFunction::_fMethod) (Double_t *gin, Double_t *f) |
|
private |
◆ _fMethodCall
TMethodCall* URANIE::Optimizer::TFCNAnalyticalFunction::_fMethodCall |
|
private |
Pointer to MethodCall in case of interpreted function.
Referenced by getMethodCall().
◆ _nCost
Int_t URANIE::Optimizer::TFCNAnalyticalFunction::_nCost |
|
private |
the current position for the selected cost in the output list of attribute
Referenced by ClassImp(), and operator()().
◆ _ninput
int URANIE::Optimizer::TFCNAnalyticalFunction::_ninput |
|
private |
◆ _noutput
int URANIE::Optimizer::TFCNAnalyticalFunction::_noutput |
|
private |
◆ _sCost
TString URANIE::Optimizer::TFCNAnalyticalFunction::_sCost |
|
private |
◆ _sinput
TString URANIE::Optimizer::TFCNAnalyticalFunction::_sinput |
|
private |
Name of the input attributes.
◆ _soutput
TString URANIE::Optimizer::TFCNAnalyticalFunction::_soutput |
|
private |
Name of the output attributes.
◆ _tds
URANIE::DataServer::TDataServer* URANIE::Optimizer::TFCNAnalyticalFunction::_tds |
|
private |