#include "TROOT.h"#include "TBuffer.h"#include "TMethod.h"#include "TF1.h"#include "TMethodCall.h"#include "TError.h"#include "TInterpreter.h"#include "TInterpreterValue.h"#include "TFormula.h"#include "TRegexp.h"#include "ROOT/StringUtils.hxx"#include <array>#include <functional>#include <iomanip>#include <iostream>#include <limits>#include <memory>#include <set>#include <sstream>#include <unordered_map>#include "v5/TFormula.h"Typedefs | |
| using | TFormulaUpdater_t = void (*)(Int_t nobjects, TObject **from, TObject **to) | 
Functions | |
| static void | CallCladFunction (TInterpreter::CallFuncIFacePtr_t::Generic_t FuncPtr, const Double_t *vars, const Double_t *pars, Double_t *result, const Int_t) | 
| static bool | DeclareGenerationInput (std::string FuncName, std::string CladStatement, std::string &GenerationInput) | 
| static bool | functionExists (const string &Name) | 
| static TInterpreter::CallFuncIFacePtr_t::Generic_t | GetFuncPtr (std::string FuncName, Int_t Npar, Int_t Ndim, Bool_t Vectorized) | 
| static void | IncludeCladRuntime (Bool_t &IsCladRuntimeIncluded) | 
| 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 AddCladArrayRef=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) | 
Definition at line 291 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 3252 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 3228 of file TFormula.cxx.
Definition at line 3212 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 3243 of file TFormula.cxx.
Definition at line 3216 of file TFormula.cxx.
Definition at line 466 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 848 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 810 of file TFormula.cxx.
| bool R__SetClonesArrayTFormulaUpdater | ( | TFormulaUpdater_t | func | ) | 
Definition at line 150 of file TClonesArray.cxx.
Definition at line 277 of file TFormula.cxx.
      
  | 
  static | 
Definition at line 275 of file TFormula.cxx.
Definition at line 271 of file TFormula.cxx.
| int R__RegisterTFormulaUpdaterTrigger = R__SetClonesArrayTFormulaUpdater(R__v5TFormulaUpdater) | 
Definition at line 294 of file TFormula.cxx.