https://github.com/lmoneta/root
Raw File
Tip revision: 79c621bbe7c0f8c0a6d9f4b9dc675c09c75b7b75 authored by Pere Mato on 13 January 2017, 14:56:27 UTC
Updated release notes
Tip revision: 79c621b
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