#include <TGo4FitDependency.h>
Public Member Functions | |
TGo4FitDependency () | |
TGo4FitDependency (const char *iParameter, const char *iExpression) | |
TGo4FitDependency (const char *iParameter, Double_t InitValue) | |
virtual | ~TGo4FitDependency () |
void | SetParameter (const char *iParameter) |
void | SetInitValue (Double_t InitValue) |
void | SetExpression (const char *iExpression) |
const TString & | GetParameter () |
const TString & | GetExpression () |
Double_t | GetInitValue () |
Bool_t | IsResultDepend () |
Bool_t | IsInitValue () |
void | Initialize (Int_t iNumPar, const char *iFormula) |
Double_t | ExecuteDependency (Double_t *Params) |
void | Finalize () |
virtual void | Print (Option_t *option) const |
Protected Attributes | |
TString | fxParameter |
TString | fxExpression |
Double_t | fdInitValue |
Int_t | fiNumPar |
TFormula * | fxFormula |
It used in dependencies calculations, in parameters initialization and in resuly calculation. Value can be calculated via expression or be just a double constant. The result parameter is sets via it's index in fitter parameters list.
Definition at line 30 of file TGo4FitDependency.h.
|
Definition at line 22 of file TGo4FitDependency.cxx. |
|
Definition at line 27 of file TGo4FitDependency.cxx. |
|
Definition at line 31 of file TGo4FitDependency.cxx. |
|
Definition at line 35 of file TGo4FitDependency.cxx. References fxFormula. |
|
Definition at line 39 of file TGo4FitDependency.cxx. References fxParameter. |
|
Definition at line 43 of file TGo4FitDependency.cxx. References fdInitValue, and fxExpression. Referenced by TGo4FitterConfig::SetParInit(). |
|
Definition at line 49 of file TGo4FitDependency.cxx. References fxExpression. Referenced by TGo4FitterConfig::SetParDepend(), and TGo4FitterConfig::SetParInit(). |
|
Definition at line 41 of file TGo4FitDependency.h. References fxParameter. Referenced by TGo4FitterConfig::FindDepen(), and TGo4FitterAbstract::InitializeDependencies(). |
|
Definition at line 42 of file TGo4FitDependency.h. References fxExpression. Referenced by TGo4FitterAbstract::InitializeDependencies(). |
|
Definition at line 43 of file TGo4FitDependency.h. References fdInitValue. |
|
Definition at line 45 of file TGo4FitDependency.h. References fxParameter. |
|
Definition at line 46 of file TGo4FitDependency.h. References fxExpression. |
|
Definition at line 54 of file TGo4FitDependency.cxx. References fiNumPar, and fxFormula. Referenced by TGo4FitterAbstract::InitializeDependencies(). |
|
Definition at line 63 of file TGo4FitDependency.cxx. References fdInitValue, fiNumPar, and fxFormula. Referenced by TGo4FitterAbstract::Finalize(). |
|
Definition at line 70 of file TGo4FitDependency.cxx. References fxFormula. Referenced by TGo4FitterAbstract::FinalizeDependencies(). |
|
Definition at line 74 of file TGo4FitDependency.cxx. References fdInitValue, fxExpression, and fxParameter. |
|
Definition at line 55 of file TGo4FitDependency.h. Referenced by GetParameter(), IsResultDepend(), Print(), and SetParameter(). |
|
Definition at line 56 of file TGo4FitDependency.h. Referenced by GetExpression(), IsInitValue(), Print(), SetExpression(), and SetInitValue(). |
|
Definition at line 57 of file TGo4FitDependency.h. Referenced by ExecuteDependency(), GetInitValue(), Print(), and SetInitValue(). |
|
Definition at line 58 of file TGo4FitDependency.h. Referenced by ExecuteDependency(), and Initialize(). |
|
Definition at line 59 of file TGo4FitDependency.h. Referenced by ExecuteDependency(), Finalize(), Initialize(), and ~TGo4FitDependency(). |