]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/geom_gentle.C
New files: reasonably small extract of geometry and a macro to load it.
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_gentle.C
CommitLineData
aa26cc37 1// $Id$
2
3void geom_gentle()
4{
5 TFile f("$REVESYS/alice-data/gentle_geo.root");
6 TGeoShapeExtract* gse = (TGeoShapeExtract*) f.Get("Gentle");
7 Reve::GeoShapeRnrEl::ImportShapeExtract(gse, 0);
8 f.Close();
9}