https://github.com/root-project/root
Raw File
Tip revision: 7582ddeac7870dc4b8a93db859a7e3a95c485f83 authored by Unknown Author on 09 July 2007, 09:51:30 UTC
This commit was manufactured by cvs2svn to create tag 'v5-14-00g'.
Tip revision: 7582dde
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