]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/rootlogon.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / MUON / rootlogon.C
index 7ad52712d5544a72e9d9fc2cfd1d4fedccef8db9..9a837957bf96f0a89f458e22a3491c5cd16123fd 100644 (file)
 /// \author Laurent Aphecetche
 
 {
-  cout << "Loading MUON libraries ..." << endl;
-  gROOT->LoadMacro("${ALICE_ROOT}/MUON/loadlibs.C");
-  gInterpreter->ProcessLine("loadlibs()");
-    
-  cout << "Setting include path ..." << endl;
-  TString includePath = "-I${ALICE_ROOT}/STEER ";
-  includePath        += "-I${ALICE_ROOT}/RAW ";
-  includePath        += "-I${ALICE_ROOT}/FASTSIM ";
-  includePath        += "-I${ALICE_ROOT}/EVGEN ";
-  includePath        += "-I${ALICE_ROOT}/SHUTTLE/TestShuttle ";
-  includePath        += "-I${ALICE_ROOT}/ITS ";
-  includePath        += "-I${ALICE_ROOT}/MUON ";
-  includePath        += "-I${ALICE_ROOT}/MUON/mapping ";
-  includePath        += "-I${ALICE_ROOT}/RAW ";
-  includePath        += "-I${ALICE_ROOT}/include";
-  gSystem->SetIncludePath(includePath.Data());
+  gSystem->SetIncludePath("-I${ALICE_ROOT}/include");
 }