https://github.com/root-project/root
Raw File
Tip revision: 06207eec9ee890c3c6283634fd3ef9d8ab3d512d authored by Fons Rademakers on 24 November 2011, 16:10:46 UTC
tag patch release v5-30-05.
Tip revision: 06207ee
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