https://github.com/root-project/root
Raw File
Tip revision: 18b4f317b389fa7931d7eb8e00525f4dca44be0f authored by Axel Naumann on 08 May 2023, 02:27:26 UTC
"Update ROOT version files to v6.28/04."
Tip revision: 18b4f31
dt_wrap.C
#include "dt_RunDrawTest.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