Go to the source code of this file.
Functions | |
| if (p) | |
| gROOT | SetMacroPath (mp.Data()) |
| gSystem | SetIncludePath (ip) |
| gROOT | ProcessLine (dip.Data()) |
Variables | |
| TString | mp = gROOT->GetMacroPath() |
| TString | ip = " -I/usr/local/include/" |
| TString | ginc = genie_topdir + "/src" |
| const char * | p = ginc.Data() |
| TString | dip = ".include " |
| if | ( | p | ) |
Definition at line 9 of file loadincs.C.
| gROOT ProcessLine | ( | dip. | Data() | ) |
| gSystem SetIncludePath | ( | ip | ) |
| gROOT SetMacroPath | ( | mp. | Data() | ) |
| dip = ".include " |
Definition at line 25 of file loadincs.C.
| TString ginc = genie_topdir + "/src" |
Definition at line 7 of file loadincs.C.
| ip = " -I/usr/local/include/" |
Definition at line 5 of file loadincs.C.
| mp = gROOT->GetMacroPath() |
Definition at line 4 of file loadincs.C.
| const char* p = ginc.Data() |
Definition at line 8 of file loadincs.C.
1.8.11