Skip to content
Snippets Groups Projects
Commit add55b5b authored by Rene Brun's avatar Rene Brun
Browse files

New scripts required by the new version of DrawTest.sh

git-svn-id: http://root.cern.ch/svn/root/trunk@6022 27541ba8-7e3a-0410-8455-c3a389f83636
parent d96b539c
Loading
{
gSystem->Exit(!gSystem->CompileMacro("dt_RunDrawTest.C","kf"));
}
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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment