]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/rootlogon.C
Fixing Coverity defects
[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 /// \ingroup macros
7 /// \file rootlogon.C
8 /// \brief Macro which is run when starting Root in MUON
9 ///
10 /// It loads the MUON libraries needed for simulation and reconstruction
11 /// and sets the include path. 
12 ///
13 /// \author Laurent Aphecetche
14
15 {
16   gSystem->SetIncludePath("-I${ALICE_ROOT}/include");
17 }