]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - macros/rootlogon.C
Tuning the parameters to improve and stabilize bkg. rejection at high transverse...
[u/mrichter/AliRoot.git] / macros / rootlogon.C
... / ...
CommitLineData
1void rootlogon() {
2 printf("\nWELCOME to ALICE\n\n");
3 TInterpreter * mycint = gROOT->GetInterpreter();
4 mycint->AddIncludePath("$ALICE_ROOT/include");
5}
6