]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/rootlogon.C
added protections, modified addtask macro for Track QA (M. Verweij)
[u/mrichter/AliRoot.git] / macros / rootlogon.C
1 void rootlogon() {
2    printf("\nWELCOME to ALICE\n\n");
3    TInterpreter * mycint = gROOT->GetInterpreter();
4    mycint->AddIncludePath("$ALICE_ROOT/include");
5 }
6