Logo ROOT   6.10/09
Reference Guide
run.C
Go to the documentation of this file.
1 void run(bool only_compile = false)
2 {
3  gSystem->Load("libMemStat");
4  // calling a "leaker"
5  if(!only_compile)
6  gROOT->ProcessLine(".x leak_test.C++g");
7 }
#define gROOT
Definition: TROOT.h:375
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
Definition: TSystem.cxx:1825
R__EXTERN TSystem * gSystem
Definition: TSystem.h:539
void run(bool only_compile=false)
Definition: run.C:1