#include <cmath>
#include "TROOT.h"
#include "TClass.h"
#include "TBuffer.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"
#include "strlcpy.h"
#include "snprintf.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
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 = (1ULL << ( 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 34 of file TFormula_v5.cxx.
|
static |
Definition at line 34 of file TFormula_v5.cxx.
|
static |
Definition at line 34 of file TFormula_v5.cxx.
const Int_t gMAXSTRINGFOUND = 10 |
Definition at line 35 of file TFormula_v5.cxx.
const UInt_t kOptimizationError = (1ULL << ( 19 )) |
Definition at line 36 of file TFormula_v5.cxx.