https://github.com/root-project/root
Raw File
Tip revision: 8fea3be3315b436a8f03f97a0ce39149f15b2273 authored by Unknown Author on 10 March 2006, 21:02:27 UTC
This commit was manufactured by cvs2svn to create tag 'v5-10-00a'.
Tip revision: 8fea3be
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