https://github.com/root-project/root
Raw File
Tip revision: 47c0b480023f5a4e7221a94e0aa1a616e744800e authored by Pere Mato on 14 July 2015, 10:54:01 UTC
Update ROOT version files to v6.04/02.
Tip revision: 47c0b48
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