]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/hlt-macros/rootlogon.C
New files: macros needed to startup and steer the HLT display.
[u/mrichter/AliRoot.git] / EVE / hlt-macros / rootlogon.C
CommitLineData
87f60d9e 1
2{
3
4 cout << "Setting include path ..." << endl;
5 TString includePath = "-I${ALICE_ROOT}/include ";
6 includePath += "-I${ALICE_ROOT}/EVE ";
7 includePath += "-I${ALICE_ROOT}/EVE/Alieve ";
8 includePath += "-I${ALICE_ROOT}/EVE/Reve ";
9 includePath += "-I${ALICE_ROOT}/HLT/BASE ";
10 includePath += "-I${ALICE_ROOT}/HLT/TPCLib ";
11 includePath += "-I${ALICE_ROOT}/HLT/BASE/HOMER ";
12 includePath += "-I${ALICE_ROOT}/TPC ";
13 includePath += "-I${ALICE_ROOT}/RAW ";
14 gSystem->SetIncludePath(includePath.Data());
15}