X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=macros%2Frootlogon.C;h=24ca0084761bd903869c24798b637699977d2b78;hb=d12b3d70f0ce8a0eedc91caf89cd568d36b3384a;hp=3b71a28b7fdb7abd18509bd647cca99f3fb0c7ed;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9;p=u%2Fmrichter%2FAliRoot.git diff --git a/macros/rootlogon.C b/macros/rootlogon.C index 3b71a28b7fd..24ca0084761 100644 --- a/macros/rootlogon.C +++ b/macros/rootlogon.C @@ -1,4 +1,6 @@ -{ +void rootlogon() { printf("\nWELCOME to ALICE\n\n"); + TInterpreter * mycint = gROOT->GetInterpreter(); + mycint->AddIncludePath("$ALICE_ROOT/include"); }