]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/geom_gentle.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_gentle.C
CommitLineData
aa26cc37 1// $Id$
d810d0de 2// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3
4/**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
7 * full copyright notice. *
8 **************************************************************************/
aa26cc37 9
84aff7a4 10TEveGeoShape* geom_gentle()
aa26cc37 11{
12 TFile f("$REVESYS/alice-data/gentle_geo.root");
84aff7a4 13 TEveGeoShapeExtract* gse = (TEveGeoShapeExtract*) f.Get("Gentle");
14 TEveGeoShape* gsre = TEveGeoShape::ImportShapeExtract(gse, 0);
aa26cc37 15 f.Close();
32e219c2 16
17 return gsre;
aa26cc37 18}