Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFormulaVariable Class Reference

Another helper class for TFormula.

Definition at line 64 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 74 of file TFormula.h.

◆ TFormulaVariable() [2/2]

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

Definition at line 75 of file TFormula.h.

Member Function Documentation

◆ GetArrayPos()

Int_t TFormulaVariable::GetArrayPos ( ) const
inline

Definition at line 73 of file TFormula.h.

◆ GetInitialValue()

Double_t TFormulaVariable::GetInitialValue ( ) const
inline

Definition at line 72 of file TFormula.h.

◆ GetName()

const char * TFormulaVariable::GetName ( ) const
inline

Definition at line 71 of file TFormula.h.

◆ operator<()

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

Definition at line 77 of file TFormula.h.

Member Data Documentation

◆ fArrayPos

Int_t TFormulaVariable::fArrayPos

Definition at line 69 of file TFormula.h.

◆ fFound

Bool_t TFormulaVariable::fFound

Definition at line 70 of file TFormula.h.

◆ fName

TString TFormulaVariable::fName

Definition at line 67 of file TFormula.h.

◆ fValue

Double_t TFormulaVariable::fValue

Definition at line 68 of file TFormula.h.

Libraries for TFormulaVariable:

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