GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
TGo4FitDependency Class Reference

#include <TGo4FitDependency.h>

+ Inheritance diagram for TGo4FitDependency:

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
 

Detailed Description

Object, used to store dependency of one parameter from other, calculated via expression. 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 28 of file TGo4FitDependency.h.

Constructor & Destructor Documentation

TGo4FitDependency::TGo4FitDependency ( )

Definition at line 19 of file TGo4FitDependency.cxx.

TGo4FitDependency::TGo4FitDependency ( const char *  iParameter,
const char *  iExpression 
)

Definition at line 24 of file TGo4FitDependency.cxx.

TGo4FitDependency::TGo4FitDependency ( const char *  iParameter,
Double_t  InitValue 
)

Definition at line 28 of file TGo4FitDependency.cxx.

TGo4FitDependency::~TGo4FitDependency ( )
virtual

Definition at line 32 of file TGo4FitDependency.cxx.

References fxFormula.

Member Function Documentation

Double_t TGo4FitDependency::ExecuteDependency ( Double_t *  Params)

Definition at line 60 of file TGo4FitDependency.cxx.

References fdInitValue, fiNumPar, and fxFormula.

Referenced by TGo4FitterAbstract::Finalize().

void TGo4FitDependency::Finalize ( )

Definition at line 67 of file TGo4FitDependency.cxx.

References fxFormula.

Referenced by TGo4FitterAbstract::FinalizeDependencies().

const TString& TGo4FitDependency::GetExpression ( )
inline
Double_t TGo4FitDependency::GetInitValue ( )
inline

Definition at line 41 of file TGo4FitDependency.h.

References fdInitValue.

Referenced by TGo4FitPanel::SetItemText().

const TString& TGo4FitDependency::GetParameter ( )
inline
void TGo4FitDependency::Initialize ( Int_t  iNumPar,
const char *  iFormula 
)

Definition at line 51 of file TGo4FitDependency.cxx.

References fiNumPar, and fxFormula.

Referenced by TGo4FitterAbstract::InitializeDependencies().

Bool_t TGo4FitDependency::IsInitValue ( )
inline

Definition at line 44 of file TGo4FitDependency.h.

References fxExpression.

Referenced by TGo4FitPanel::SetItemText().

Bool_t TGo4FitDependency::IsResultDepend ( )
inline

Definition at line 43 of file TGo4FitDependency.h.

References fxParameter.

Referenced by TGo4FitPanel::SetItemText().

void TGo4FitDependency::Print ( Option_t *  option) const
virtual

Definition at line 71 of file TGo4FitDependency.cxx.

References fdInitValue, fxExpression, and fxParameter.

void TGo4FitDependency::SetExpression ( const char *  iExpression)
void TGo4FitDependency::SetInitValue ( Double_t  InitValue)
void TGo4FitDependency::SetParameter ( const char *  iParameter)

Definition at line 36 of file TGo4FitDependency.cxx.

References fxParameter.

Referenced by QFitDependencyWidget::ParamEdit_textChanged().

Member Data Documentation

Double_t TGo4FitDependency::fdInitValue
protected

Definition at line 55 of file TGo4FitDependency.h.

Referenced by ExecuteDependency(), GetInitValue(), Print(), and SetInitValue().

Int_t TGo4FitDependency::fiNumPar
protected

Definition at line 56 of file TGo4FitDependency.h.

Referenced by ExecuteDependency(), and Initialize().

TString TGo4FitDependency::fxExpression
protected

Definition at line 54 of file TGo4FitDependency.h.

Referenced by GetExpression(), IsInitValue(), Print(), SetExpression(), and SetInitValue().

TFormula* TGo4FitDependency::fxFormula
protected

Definition at line 57 of file TGo4FitDependency.h.

Referenced by ExecuteDependency(), Finalize(), Initialize(), and ~TGo4FitDependency().

TString TGo4FitDependency::fxParameter
protected

Definition at line 53 of file TGo4FitDependency.h.

Referenced by GetParameter(), IsResultDepend(), Print(), and SetParameter().


The documentation for this class was generated from the following files: