https://github.com/root-project/root
Raw File
Tip revision: 598742c8b79dcf3e5b9d3f437b306302de81417e authored by Fons Rademakers on 07 May 2011, 20:10:33 UTC
tag patch release v5-28-00d.
Tip revision: 598742c
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