https://github.com/lmoneta/root
Raw File
Tip revision: ae238c629b4f0c2f6a72b36e20ba02e358d1520b authored by Bertrand Bellenot on 13 August 2024, 12:50:15 UTC
[cmake] Avoid warning when building from tar file
Tip revision: ae238c6
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