https://github.com/root-project/root
Raw File
Tip revision: aae8eaf25a72a262c43d81878cbc440e72f206f6 authored by Fons Rademakers on 21 February 2008, 16:35:34 UTC
patch release v5-18-00a.
Tip revision: aae8eaf
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