]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geomAll.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
index 1f92d0406282faf19947dc44c6ccff51f98f4018..88a730daf35d9b8475fc9dfb8a97e7f0b8530367 100644 (file)
@@ -1,11 +1,18 @@
 // $Id$
+// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
+
+/**************************************************************************
+ * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
+ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
+ * full copyright notice.                                                 * 
+ **************************************************************************/
 
 void MUON_geomAll()
 {
 
   using namespace std;
 
-  TString dataPath = TString(Alieve::gEvent->GetTitle());
+  TString dataPath = TString(gEvent->GetTitle());
   dataPath.Append("/geometry.root");
   gGeoManager = gEve->GetGeometry(dataPath.Data());