]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/rootlogon.C
STEER/STEER: Install AliRawDataHeaderSim.h for HMPID AMORE module
[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