ROOT
6.07/01
Reference Guide
|
#include "TNamed.h"
#include "TBits.h"
#include "TObjArray.h"
#include "TMethodCall.h"
#include "TInterpreter.h"
#include <vector>
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | TFormulaFunction |
Helper class for TFormula. More... | |
class | TFormulaVariable |
Another helper class for TFormula. More... | |
class | TFormulaParamOrder |
Functor defining the parameter order. More... | |
class | TFormula |
The F O R M U L A class. More... | |
class | ROOT::v5::TOperOffset |
class | ROOT::v5::TFormula |
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::v5 | |
Variables | |
const Int_t | kMAXFOUND = 500 |
const Int_t | kTFOperMask = 0x7fffff |
const UChar_t | kTFOperShift = 23 |
const Int_t kMAXFOUND = 500 |
Definition at line 37 of file TFormula.h.
Referenced by ClassImp(), TTreeFormula::EvalInstance(), and TTreeFormula::Init().
const Int_t kTFOperMask = 0x7fffff |
Definition at line 38 of file TFormula.h.
Referenced by ClassImp(), TTreeFormula::EvalInstance(), ROOT::v5::TFormula::GetActionParam(), ROOT::v5::TFormula::GetActionParamOptimized(), and TTreeFormula::GetConstant().
const UChar_t kTFOperShift = 23 |
Definition at line 39 of file TFormula.h.
Referenced by ClassImp(), TTreeFormula::EvalInstance(), ROOT::v5::TFormula::GetAction(), ROOT::v5::TFormula::GetActionOptimized(), TTreeFormula::GetConstant(), ROOT::v5::TFormula::SetAction(), and TTreeFormula::UpdateFormulaLeaves().