]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/MUON_geomAll.C
vplot_tpc.C
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
1 // $Id$
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          *
7  * full copyright notice.                                                 *
8  **************************************************************************/
9
10 void MUON_geomAll()
11 {
12   gGeoManager = gEve->GetGeometry("geometry.root");
13
14   TEveGeoTopNode* topn_re = new TEveGeoTopNode
15     (gGeoManager, gGeoManager->GetTopNode());
16
17   gEve->AddGlobalElement(topn_re);
18
19   gEve->Redraw3D(kTRUE);
20
21 }