]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/geom_simple.C
Record changes.
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_simple.C
CommitLineData
5a5a1232 1// $Id$
2
3void geom_simple()
4{
5 using namespace std;
6
7 gGeoManager = gReve->GetGeometry("$REVESYS/alice-data/simple_geo.root");
8
9 Reve::GeoTopNodeRnrEl* topn_re = new Reve::GeoTopNodeRnrEl
10 (gGeoManager, gGeoManager->GetTopNode());
11 gReve->AddGlobalRenderElement(topn_re);
5b96ea20 12 gReve->Redraw3D();
5a5a1232 13}