https://github.com/root-project/root
Raw File
Tip revision: 80867bf2320444893e7248bead8b63aec23993a4 authored by Pere Mato on 07 November 2014, 14:06:59 UTC
Update ROOT version files to v5.34/23.
Tip revision: 80867bf
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