]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/rootlogon.C
Various fixes in order to compile the DA source code
[u/mrichter/AliRoot.git] / MUON / rootlogon.C
1 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
2  * See cxx source for full Copyright notice                               */
3
4 /* $Id$ */
5
6 /// By Laurent Aphecetche
7
8 {
9   cout << "Loading MUON libraries ..." << endl;
10   gROOT->LoadMacro("${ALICE_ROOT}/MUON/loadlibs.C");
11   gInterpreter->ProcessLine("loadlibs()");
12     
13   cout << "Setting include path ..." << endl;
14   gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/RAW -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping");
15 }