From: ivana Date: Fri, 20 Oct 2006 16:03:18 +0000 (+0000) Subject: Adding loading MUON libraries (Laurent) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=6f990cb23a8352b1564b16fb6d525bdf40187381;p=u%2Fmrichter%2FAliRoot.git Adding loading MUON libraries (Laurent) --- diff --git a/MUON/rootlogon.C b/MUON/rootlogon.C index ac15fa132f8..9a6539d6e54 100644 --- a/MUON/rootlogon.C +++ b/MUON/rootlogon.C @@ -6,5 +6,10 @@ /// By Laurent Aphecetche { + cout << "Loading MUON libraries ..." << endl; + gROOT->LoadMacro("${ALICE_ROOT}/MUON/loadlibs.C"); + gInterpreter->ProcessLine("loadlibs()"); + + cout << "Setting include path ..." << endl; gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping"); }