]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/geom_gentle.C
Remove EVE/Reve/ sub-module.
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_gentle.C
1 // $Id$
2
3 TEveGeoShape* geom_gentle()
4 {
5   TFile f("$REVESYS/alice-data/gentle_geo.root");
6   TEveGeoShapeExtract* gse = (TEveGeoShapeExtract*) f.Get("Gentle");
7   TEveGeoShape* gsre = TEveGeoShape::ImportShapeExtract(gse, 0);
8   f.Close();
9
10   return gsre;
11 }