ROOT logo
// $Id$

/**************************************************************************
 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
 * full copyright notice.                                                 *
 **************************************************************************/

/// \ingroup evemacros
/// \file MUON_makeGeom.C
///
/// \author B. Vulpescu, LPC
#if !defined(__CINT__) || defined(__MAKECINT__)
#include <TGeoManager.h>

#include <AliMpCDB.h>
#include <AliRun.h>
#endif

void MUON_makeGeom()
{
  AliMpCDB::LoadMpSegmentation2(); 
  gAlice->SetConfigFunction("$ALICE_ROOT/MUON/Config.C");
  //gAlice->Init("Config.C");

  gGeoManager->Export("geometry.root");

}
 MUON_makeGeom.C:1
 MUON_makeGeom.C:2
 MUON_makeGeom.C:3
 MUON_makeGeom.C:4
 MUON_makeGeom.C:5
 MUON_makeGeom.C:6
 MUON_makeGeom.C:7
 MUON_makeGeom.C:8
 MUON_makeGeom.C:9
 MUON_makeGeom.C:10
 MUON_makeGeom.C:11
 MUON_makeGeom.C:12
 MUON_makeGeom.C:13
 MUON_makeGeom.C:14
 MUON_makeGeom.C:15
 MUON_makeGeom.C:16
 MUON_makeGeom.C:17
 MUON_makeGeom.C:18
 MUON_makeGeom.C:19
 MUON_makeGeom.C:20
 MUON_makeGeom.C:21
 MUON_makeGeom.C:22
 MUON_makeGeom.C:23
 MUON_makeGeom.C:24
 MUON_makeGeom.C:25
 MUON_makeGeom.C:26
 MUON_makeGeom.C:27
 MUON_makeGeom.C:28
 MUON_makeGeom.C:29