]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/geom_gentle.C
First big commit of the mchview program and its accompanying library,
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_gentle.C
CommitLineData
aa26cc37 1// $Id$
2
32e219c2 3Reve::GeoShapeRnrEl* geom_gentle()
aa26cc37 4{
5 TFile f("$REVESYS/alice-data/gentle_geo.root");
6 TGeoShapeExtract* gse = (TGeoShapeExtract*) f.Get("Gentle");
32e219c2 7 Reve::GeoShapeRnrEl* gsre = Reve::GeoShapeRnrEl::ImportShapeExtract(gse, 0);
aa26cc37 8 f.Close();
32e219c2 9
10 return gsre;
aa26cc37 11}