]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geom.C
minor fixes
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geom.C
index b1bfb606531129607cf5cb5bc85eeee8d000614b..d9867dc7cd5db7e0f73698ffc0258dff5ec5ff9e 100644 (file)
@@ -7,9 +7,14 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+/// \ingroup evemacros
+/// \file MUON_geom.C
+///
+/// \author B. Vulpescu, LPC
+
 void MUON_geom()
 {
-  gGeoManager = gEve->GetGeometry("$REVESYS/alice-data/alice_fullgeo.root");
+  gGeoManager = gEve->GetGeometry("geometry.root");
 
   TEveElementList* list = new TEveElementList("DiMUON");
   gEve->AddGlobalElement(list);