]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/geom_simple.C
In AliEveEventManager::AssertGeometry() remove a hack to bypass
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_simple.C
index 1b6c0ae0688adae9437df60f8c4ddd43440d77de..9b2fb053e70c2424fb36ee0837053d9bd2fea40f 100644 (file)
@@ -9,7 +9,7 @@
 
 void geom_simple()
 {
-  gGeoManager = gEve->GetGeometry("$REVESYS/alice-data/simple_geo.root");
+  gGeoManager = gEve->GetGeometry("$ALICE_ROOT/EVE/alice-data/simple_geo.root");
 
   TEveGeoTopNode* topn_re = new TEveGeoTopNode(gGeoManager, gGeoManager->GetTopNode());
   gEve->AddGlobalElement(topn_re);