https://github.com/root-project/root
Raw File
Tip revision: 30afcd4083f45abdaab297ffea9856c3d141d5b7 authored by Fons Rademakers on 27 March 2012, 20:50:19 UTC
tag patch release v5-32-02.
Tip revision: 30afcd4
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