https://github.com/root-project/root
Raw File
Tip revision: cc899ceb55e292a3ea81ba066df9a63f4f94a72c authored by Fons Rademakers on 31 May 2013, 15:45:45 UTC
make version v5-34-08.
Tip revision: cc899ce
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