]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/geom_trd_tof.C
New files, editor for QuadSet gluing together translation and palette sub-editors.
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_trd_tof.C
CommitLineData
a8600b56 1// $Id$
2
3void geom_trd_tof()
4{
5 using namespace std;
6
7 gGeoManager = gReve->GetGeometry("$REVESYS/alice-data/alice_fullgeo.root");
8 TGeoNode* node = gGeoManager->GetTopVolume()->FindNode("B077_1");
9
10 Reve::GeoTopNodeRnrEl* its_re =
11 new Reve::GeoTopNodeRnrEl(gGeoManager, node);
12 gReve->AddGlobalRenderElement(its_re);
13 gReve->Redraw3D();
14}