#include <cmath>
#include "Riostream.h"
#include "TROOT.h"
#include "TClass.h"
#include "v5/TFormula.h"
#include "TMath.h"
#include "TRandom.h"
#include "TFunction.h"
#include "TMethodCall.h"
#include "TObjString.h"
#include "TError.h"
#include "v5/TFormulaPrimitive.h"
#include "TInterpreter.h"
#include "TVirtualMutex.h"
Namespaces | |
namespace | ROOT |
VSD Structures. | |
namespace | ROOT::v5 |
Macros | |
#define | R__EXPO(var) |
#define | R__EXPO(var) |
#define | R__GAUS(var) |
#define | R__GAUS(var) |
#define | R__LANDAU(var) |
#define | R__LANDAU(var) |
#define | R__POLY(var) |
#define | R__POLY(var) |
Variables | |
static Int_t | gMAXCONST =1000 |
static Int_t | gMAXOP =1000 |
static Int_t | gMAXPAR =1000 |
const Int_t | gMAXSTRINGFOUND = 10 |
const UInt_t | kOptimizationError = BIT(19) |
#define R__EXPO | ( | var | ) |
#define R__EXPO | ( | var | ) |
#define R__GAUS | ( | var | ) |
#define R__GAUS | ( | var | ) |
#define R__LANDAU | ( | var | ) |
#define R__LANDAU | ( | var | ) |
#define R__POLY | ( | var | ) |
#define R__POLY | ( | var | ) |
|
static |
Definition at line 32 of file TFormula_v5.cxx.
|
static |
Definition at line 32 of file TFormula_v5.cxx.
|
static |
Definition at line 32 of file TFormula_v5.cxx.
const Int_t gMAXSTRINGFOUND = 10 |
Definition at line 33 of file TFormula_v5.cxx.
Definition at line 34 of file TFormula_v5.cxx.