89 exec +=
"(" + p +
")";
90 retval =
gROOT->ProcessLine(exec, error);
120 gROOT->GetApplication()->ProcessLine(
"gROOT->Reset()");
int Int_t
Signed integer 4 bytes (int).
long Longptr_t
Integer large enough to hold a pointer (platform-dependent).
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
void ResetRoot()
Call gROOT->Reset() via interpreter.
Longptr_t Exec(const char *params="0", Int_t *error=nullptr) override
Execute the macro.
TEveMacro()
Default constructor.
virtual Int_t ReadFile(const char *filename)
Read lines in filename in this macro.
void SaveSource(FILE *fp)
Save macro source in file pointer fp.
TMacro()
Create an empty macro, use AddLine() or ReadFile() to fill this macro.
const char * GetName() const override
Returns name of object.
Wrapper for PCRE library (Perl Compatible Regular Expressions).
Int_t Match(const TString &s, UInt_t start=0)
Runs a match on s against the regex 'this' was created with.