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