https://github.com/root-project/root
Raw File
Tip revision: 5a4c54f159d29133aaf010679d5d573c9e411cf0 authored by Rene Brun on 16 October 2007, 12:58:14 UTC
Tagging development version 5.17/04
Tip revision: 5a4c54f
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