https://github.com/root-project/root
Raw File
Tip revision: a7f1278ab4dab24416ba39db3f85fbf8add0dfef authored by Unknown Author on 02 July 2005, 11:22:13 UTC
This commit was manufactured by cvs2svn to create tag 'v4-04-02c'.
Tip revision: a7f1278
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