https://github.com/root-project/root
Raw File
Tip revision: 9da01130720c4e68cd53d1422a1a30742f26713a authored by Unknown Author on 08 May 2003, 17:50:44 UTC
This commit was manufactured by cvs2svn to create tag 'v3-05-05'.
Tip revision: 9da0113
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