]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/geom_fmd.C
addressing coverity warnings: now checking return value of fscanf
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_fmd.C
index 190ff1b7b98dddeab0b340def9a0eee849bdd04a..4aef2d5b0bdf7a4d3050977a07eedfeeb2fd2696 100644 (file)
@@ -9,7 +9,7 @@
 
 void geom_fmd()
 {
-  gGeoManager = gEve->GetGeometry("$REVESYS/alice-data/alice_fullgeo.root");
+  gGeoManager = AliEveEventManager::AssertGeometry();
 
   TEveElementList* list = new TEveElementList("FMD");
   gEve->AddGlobalElement(list);