Go to the source code of this file.
Definition at line 1 of file genie_setup.C.
3 TRint* rint =
dynamic_cast<TRint*
>(gApplication);
6 rint->SetPrompt(
"genie [%d] ");
Definition at line 9 of file genie_setup.C.
11 TString script_dir = gSystem->Getenv(
"GENIE");
12 script_dir +=
"/src/scripts/gcint/";
14 TString curr_dir = gSystem->pwd();
16 gSystem->cd(script_dir.Data());
18 gROOT->ProcessLine(
".x loadincs.C");
19 gROOT->ProcessLine(
".x loadlibs.C");
21 gSystem->cd(curr_dir.Data());