]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/rootlogon.C
Updated version of ITS QA Checker and related modifications (Melinda)
[u/mrichter/AliRoot.git] / 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");
 }