]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geomAll.C
In muon-related macros in EVE:
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
index f0fa7c73f34bad05016e451e83d16eff2c7bafe2..85071a315391d01dae47a81010fb55f72ac7f0b3 100644 (file)
@@ -7,14 +7,14 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+/// \ingroup evemacros
+/// \file MUON_geomAll.C
+///
+/// \author B. Vulpescu, LPC
+
 void MUON_geomAll()
 {
-
-  using namespace std;
-
-  TString dataPath = TString(gEvent->GetTitle());
-  dataPath.Append("/geometry.root");
-  gGeoManager = gEve->GetGeometry(dataPath.Data());
+  gGeoManager = gEve->GetGeometry("geometry.root");
 
   TEveGeoTopNode* topn_re = new TEveGeoTopNode
     (gGeoManager, gGeoManager->GetTopNode());