https://github.com/lmoneta/root
Raw File
Tip revision: 831cb0dc75f71ca41a77f8b7a6ea3f09b1f7accf authored by Axel Naumann on 02 June 2015, 08:15:09 UTC
Update ROOT version files to v6.05/01.
Tip revision: 831cb0d
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