]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/rootlogon.C
Minor fix in for run ranges file name and JDL.
[u/mrichter/AliRoot.git] / macros / rootlogon.C
index 3b71a28b7fdb7abd18509bd647cca99f3fb0c7ed..24ca0084761bd903869c24798b637699977d2b78 100644 (file)
@@ -1,4 +1,6 @@
-{
+void rootlogon() {
    printf("\nWELCOME to ALICE\n\n");
+   TInterpreter * mycint = gROOT->GetInterpreter();
+   mycint->AddIncludePath("$ALICE_ROOT/include");
 }