https://github.com/root-project/root
Raw File
Tip revision: 37e98489b46e48f2dfacc43251f83d5b8ac1c55e authored by Fons Rademakers on 14 March 2014, 15:21:52 UTC
make version v5-34-18.
Tip revision: 37e9848
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