]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/rootlogon.C
Reflecting changes in AliPreprocessor
[u/mrichter/AliRoot.git] / MUON / rootlogon.C
CommitLineData
b507a890 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{
6f990cb2 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;
14834ad1 14 gSystem->SetIncludePath("-I${ALICE_ROOT}/include -I${ALICE_ROOT}/RAW -I${ALICE_ROOT}/MUON -I${ALICE_ROOT}/MUON/mapping");
b507a890 15}