]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/MUON_makeGeom.C
In muon-related macros in EVE:
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_makeGeom.C
1 // $Id$
2
3 /**************************************************************************
4  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
5  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
6  * full copyright notice.                                                 *
7  **************************************************************************/
8
9 /// \ingroup evemacros
10 /// \file MUON_makeGeom.C
11 ///
12 /// \author B. Vulpescu, LPC
13
14 {
15   AliMpCDB::LoadMpSegmentation2(); 
16   gAlice->Init("$ALICE_ROOT/MUON/Config.C");
17   //gAlice->Init("Config.C");
18
19   gGeoManager->Export("geometry.root");
20
21 }