]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/vzero_hits.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / vzero_hits.C
index 73422dafa72bcd70a50f04781f45032adbf48dcc..5b6abb2a6c9be4d54b310ea01dccb58d326b4d14 100644 (file)
@@ -1,10 +1,17 @@
 // $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.                                                 * 
+ **************************************************************************/
 
 TEvePointSet*
 vzero_hits(const char *varexp    = "fX:fY:fZ",
           const char *selection = "")
 {
-  AliRunLoader* rl =  Alieve::Event::AssertRunLoader();
+  AliRunLoader* rl =  AliEveEventManager::AssertRunLoader();
   rl->LoadHits("VZERO");
 
   TTree* ht = rl->GetTreeH("VZERO", false);