]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/MUON_geomAll.C
Remove include file that was removed from TRD code.
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
CommitLineData
382f0106 1// $Id$
d810d0de 2// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3
4/**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
51346b82 7 * full copyright notice. *
d810d0de 8 **************************************************************************/
382f0106 9
10void MUON_geomAll()
11{
58e15fc1 12 gGeoManager = gEve->GetGeometry("geometry.root");
382f0106 13
84aff7a4 14 TEveGeoTopNode* topn_re = new TEveGeoTopNode
382f0106 15 (gGeoManager, gGeoManager->GetTopNode());
51346b82 16
84aff7a4 17 gEve->AddGlobalElement(topn_re);
382f0106 18
84aff7a4 19 gEve->Redraw3D(kTRUE);
51346b82 20
382f0106 21}