https://github.com/root-project/root
Raw File
Tip revision: a8b5c1ad6d1cc74661abfaaecb77520d1498fb49 authored by Fons Rademakers on 23 April 2010, 13:54:15 UTC
tag patch release v5-22-00j.
Tip revision: a8b5c1a
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