]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding /home/phristov/alice/AliRoot/include to the interpreter include path. This...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2008 17:13:02 +0000 (17:13 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2008 17:13:02 +0000 (17:13 +0000)
macros/rootlogon.C

index 1e9310a09745061c4a8a2ffaed74a370fa90be0f..24ca0084761bd903869c24798b637699977d2b78 100644 (file)
@@ -1,4 +1,6 @@
 void rootlogon() {
    printf("\nWELCOME to ALICE\n\n");
+   TInterpreter * mycint = gROOT->GetInterpreter();
+   mycint->AddIncludePath("$ALICE_ROOT/include");
 }