https://github.com/lmoneta/root
Raw File
Tip revision: 02361e351278a2848361acd36ddd4d4c22b369b7 authored by Axel Naumann on 13 December 2017, 07:27:42 UTC
Update release notes to reflect the early death of 6.12/02.
Tip revision: 02361e3
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