]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/its_hits_layer_split.C
First step towards reading of the new RCU firmware trailer. Thanks to Luciano we...
[u/mrichter/AliRoot.git] / EVE / alice-macros / its_hits_layer_split.C
index e28e9faecd67b2cf9fdc5e3d631418cb82532fd2..3093080d57f186a4ba699d76e07232b4b2153159 100644 (file)
@@ -1,4 +1,11 @@
 // $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 its_hits_layer_split(const char *varexp    = "fX:fY:fZ:GetLayer()",
                           const char *selection = "")
@@ -11,7 +18,7 @@ void its_hits_layer_split(const char *varexp    = "fX:fY:fZ:GetLayer()",
         "Needs to be fixed together with ITS experts.\n");
   return;
 
-  AliRunLoader* rl =  Alieve::Event::AssertRunLoader();
+  AliRunLoader* rl =  AliEveEventManager::AssertRunLoader();
   rl->LoadHits("ITS");
 
   TTree* ht = rl->GetTreeH("ITS", false);