https://github.com/root-project/root
Raw File
Tip revision: de8da1c1cce16263b7332b951733f121b9bcc061 authored by Rene Brun on 30 June 2010, 07:13:13 UTC
tagging v5-27-04
Tip revision: de8da1c
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