Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HasROOT = false // HasROOT is true when a C++ ROOT installation could be detected. ErrNoROOT = errors.New("rtests: no C++ ROOT installed") )
Functions ¶
func GenROOTDictCode ¶ added in v0.28.0
GenROOTDictCode generates the ROOT dictionary code from the given event and linkdef definitions. GenROOTDictCode invokes rootcling and returns the generated code.
func RunCxxROOT ¶ added in v0.21.0
RunCxxROOT executes the function fct in the provided C++ code with optional arguments args. RunCxxROOT creates a temporary file named '<fct>.C' from the provided C++ code and executes it via ROOT C++. RunCxxROOT returns the combined stdout/stderr output and an error, if any. If 'fct' ends with a '+', RunCxxROOT will run the macro through ACliC.
Types ¶
Click to show internal directories.
Click to hide internal directories.