https://github.com/root-project/root
Raw File
Tip revision: f71c167e58696410e0948e82bc2fed353003e721 authored by Axel Naumann on 14 September 2015, 07:45:05 UTC
Update ROOT version files to v6.05/02.
Tip revision: f71c167
dt_wrap.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