dt_wrap.C

Go to the documentation of this file.
00001 void dt_wrap(const char* from, Int_t mode = 0, Int_t verboseLevel = 0) {
00002    gROOT->ProcessLine(".L dt_RunDrawTest.C+");
00003    int status = !dt_RunDrawTest(from,mode,verboseLevel);
00004    if (verboseLevel==0) gSystem->Exit(status);
00005 }

Generated on Tue Jul 5 15:14:48 2011 for ROOT_528-00b_version by  doxygen 1.5.1