https://github.com/root-project/root
Raw File
Tip revision: d45ddffb8f3f3400c499f68fd3eab3e55c046633 authored by Axel Naumann on 25 June 2019, 08:52:11 UTC
Update ROOT version files to v6.18/00.
Tip revision: d45ddff
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