https://github.com/root-project/root
Raw File
Tip revision: a4a30f9d00f1400ef5e8ff51a2d06d1644b72759 authored by Axel Naumann on 14 June 2020, 15:51:48 UTC
"Update ROOT version files to v6.22/00."
Tip revision: a4a30f9
dt_wrap.C
R__LOAD_LIBRARY(dt_RunDrawTest.C+)

void dt_wrap(const char* from, Int_t mode = 0, Int_t verboseLevel = 0) {
   // gROOT->ProcessLine(".L dt_RunDrawTest.C+");
   int status = !dt_RunDrawTest(from,mode,verboseLevel);
   if (verboseLevel==0) gSystem->Exit(status);
}
back to top