]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/geom_all.C
Remove EVE/Reve/ sub-module.
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_all.C
1 // $Id$
2
3 void geom_all()
4 {
5   gGeoManager = gEve->GetGeometry("$REVESYS/alice-data/alice_fullgeo.root");
6
7   TEveGeoTopNode* topn_re = new TEveGeoTopNode(gGeoManager, gGeoManager->GetTopNode());
8   gEve->AddGlobalElement(topn_re);
9   gEve->Redraw3D();
10 }