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