Logo ROOT  
Reference Guide
TFormula.cxx File Reference
#include "TROOT.h"
#include "TClass.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 "v5/TFormula.h"
Include dependency graph for TFormula.cxx:

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< TMethodCallprepareMethod (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)
 

Typedef Documentation

◆ TFormulaUpdater_t

using TFormulaUpdater_t = void (*)(Int_t nobjects, TObject **from, TObject **to)

Definition at line 228 of file TFormula.cxx.

Function Documentation

◆ functionExists()

static bool functionExists ( const string &  Name)
static

Definition at line 3147 of file TFormula.cxx.

◆ IsReservedName()

static bool IsReservedName ( const char *  name)
static

Definition at line 404 of file TFormula.cxx.

◆ prepareFuncPtr()

static TInterpreter::CallFuncIFacePtr_t::Generic_t prepareFuncPtr ( TMethodCall Method)
static

Definition at line 796 of file TFormula.cxx.

◆ prepareMethod()

static std::unique_ptr< TMethodCall > prepareMethod ( bool  HasParameters,
bool  HasVariables,
const char *  FuncName,
bool  IsVectorized,
bool  IsGradient = false 
)
static

Definition at line 760 of file TFormula.cxx.

◆ R__SetClonesArrayTFormulaUpdater()

bool R__SetClonesArrayTFormulaUpdater ( TFormulaUpdater_t  func)

Definition at line 149 of file TClonesArray.cxx.

◆ R__v5TFormulaUpdater()

static void R__v5TFormulaUpdater ( Int_t  nobjects,
TObject **  from,
TObject **  to 
)
static

Definition at line 214 of file TFormula.cxx.

Variable Documentation

◆ gClingFunctions

std::unordered_map<std::string, void *> gClingFunctions = std::unordered_map<std::string, void * >()
static

Definition at line 212 of file TFormula.cxx.

◆ gNamePrefix

const TString gNamePrefix = "TFormula__"
static

Definition at line 208 of file TFormula.cxx.

◆ R__RegisterTFormulaUpdaterTrigger

int R__RegisterTFormulaUpdaterTrigger = R__SetClonesArrayTFormulaUpdater(R__v5TFormulaUpdater)

Definition at line 231 of file TFormula.cxx.