X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Fits_hits_layer_split.C;h=3093080d57f186a4ba699d76e07232b4b2153159;hb=9a090ccd393c8347c8512e632ce54eeceed8ac1f;hp=e28e9faecd67b2cf9fdc5e3d631418cb82532fd2;hpb=84aff7a46e8b57dfc49ce3563126eabc8d5884d9;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/its_hits_layer_split.C b/EVE/alice-macros/its_hits_layer_split.C index e28e9faecd6..3093080d57f 100644 --- a/EVE/alice-macros/its_hits_layer_split.C +++ b/EVE/alice-macros/its_hits_layer_split.C @@ -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);