Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TFormulaVariable Class Reference

Another helper class for TFormula.

Definition at line 59 of file TFormula.h.

Public Member Functions

 TFormulaVariable ()
 
 TFormulaVariable (const TString &name, Double_t value, Int_t pos)
 
Int_t GetArrayPos () const
 
Double_t GetInitialValue () const
 
const char * GetName () const
 
Bool_t operator< (const TFormulaVariable &rhv) const
 

Public Attributes

Int_t fArrayPos
 
Bool_t fFound
 
TString fName
 
Double_t fValue
 

#include <v5/TFormula.h>

Constructor & Destructor Documentation

◆ TFormulaVariable() [1/2]

TFormulaVariable::TFormulaVariable ( )
inline

Definition at line 69 of file TFormula.h.

◆ TFormulaVariable() [2/2]

TFormulaVariable::TFormulaVariable ( const TString name,
Double_t  value,
Int_t  pos 
)
inline

Definition at line 70 of file TFormula.h.

Member Function Documentation

◆ GetArrayPos()

Int_t TFormulaVariable::GetArrayPos ( ) const
inline

Definition at line 68 of file TFormula.h.

◆ GetInitialValue()

Double_t TFormulaVariable::GetInitialValue ( ) const
inline

Definition at line 67 of file TFormula.h.

◆ GetName()

const char* TFormulaVariable::GetName ( ) const
inline

Definition at line 66 of file TFormula.h.

◆ operator<()

Bool_t TFormulaVariable::operator< ( const TFormulaVariable rhv) const
inline

Definition at line 72 of file TFormula.h.

Member Data Documentation

◆ fArrayPos

Int_t TFormulaVariable::fArrayPos

Definition at line 64 of file TFormula.h.

◆ fFound

Bool_t TFormulaVariable::fFound

Definition at line 65 of file TFormula.h.

◆ fName

TString TFormulaVariable::fName

Definition at line 62 of file TFormula.h.

◆ fValue

Double_t TFormulaVariable::fValue

Definition at line 63 of file TFormula.h.

Libraries for TFormulaVariable:
[legend]

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