https://github.com/root-project/root
Raw File
Tip revision: 81da7a13e953c35e6f03637811687e10f0f710e6 authored by Axel Naumann on 29 September 2016, 18:48:55 UTC
Update ROOT version files to v6.09/01.
Tip revision: 81da7a1
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