https://github.com/root-project/root
Raw File
Tip revision: b1f2adf689468409789b4953b45c0f2ec571d856 authored by Unknown Author on 20 March 2007, 16:17:23 UTC
This commit was manufactured by cvs2svn to create tag 'v5-15-04'.
Tip revision: b1f2adf
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