https://github.com/root-project/root
Raw File
Tip revision: c340486428d021910b5d285cd0b3c479db0097ee authored by Philippe Canal on 02 May 2011, 18:38:16 UTC
Avoid spurrious warning message when reading file with a TTree writen with ROOT 5.29/03 or later
Tip revision: c340486
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