#include "TROOT.h"
#include "TBuffer.h"
#include "TMethod.h"
#include "TMath.h"
#include "TF1.h"
#include "TMethodCall.h"
#include <TBenchmark.h>
#include "TError.h"
#include "TInterpreter.h"
#include "TInterpreterValue.h"
#include "TFormula.h"
#include "TRegexp.h"
#include <array>
#include <cassert>
#include <iostream>
#include <unordered_map>
#include <functional>
#include <set>
#include "v5/TFormula.h"
Typedefs | |
using | TFormulaUpdater_t = void(*)(Int_t nobjects, TObject **from, TObject **to) |
Functions | |
static bool | functionExists (const string &Name) |
static bool | IsReservedName (const char *name) |
static TInterpreter::CallFuncIFacePtr_t::Generic_t | prepareFuncPtr (TMethodCall *method) |
static std::unique_ptr< TMethodCall > | prepareMethod (bool HasParameters, bool HasVariables, const char *FuncName, bool IsVectorized, bool IsGradient=false) |
bool | R__SetClonesArrayTFormulaUpdater (TFormulaUpdater_t func) |
static void | R__v5TFormulaUpdater (Int_t nobjects, TObject **from, TObject **to) |
Variables | |
static std::unordered_map< std::string, void * > | gClingFunctions = std::unordered_map<std::string, void * >() |
static const TString | gNamePrefix = "TFormula__" |
int | R__RegisterTFormulaUpdaterTrigger = R__SetClonesArrayTFormulaUpdater(R__v5TFormulaUpdater) |
using TFormulaUpdater_t = void (*)(Int_t nobjects, TObject **from, TObject **to) |
Definition at line 229 of file TFormula.cxx.
|
static |
Definition at line 3134 of file TFormula.cxx.
|
static |
Definition at line 404 of file TFormula.cxx.
|
static |
Definition at line 784 of file TFormula.cxx.
|
static |
Definition at line 749 of file TFormula.cxx.
bool R__SetClonesArrayTFormulaUpdater | ( | TFormulaUpdater_t | func | ) |
Definition at line 151 of file TClonesArray.cxx.
Definition at line 215 of file TFormula.cxx.
|
static |
Definition at line 213 of file TFormula.cxx.
|
static |
Definition at line 209 of file TFormula.cxx.
int R__RegisterTFormulaUpdaterTrigger = R__SetClonesArrayTFormulaUpdater(R__v5TFormulaUpdater) |
Definition at line 232 of file TFormula.cxx.