X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVE%2Falice-macros%2Fits_clusters.C;h=a00b056dda137eeb24f7981448e759f0779c247d;hp=f43ee5815266af95ff9cf5cfb23abd9195e816de;hb=ea5d9491a2a6d5a962c8e0927fa23a9fcd7ebe50;hpb=84aff7a46e8b57dfc49ce3563126eabc8d5884d9 diff --git a/EVE/alice-macros/its_clusters.C b/EVE/alice-macros/its_clusters.C index f43ee581526..a00b056dda1 100644 --- a/EVE/alice-macros/its_clusters.C +++ b/EVE/alice-macros/its_clusters.C @@ -1,17 +1,21 @@ +// $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. * + **************************************************************************/ #ifdef __CINT__ -namespace TEveUtil -{ class TEveElement; class TEvePointSet; -} #else -#include #include #include -#include +#include #include #include @@ -22,9 +26,9 @@ class TEvePointSet; TEvePointSet* its_clusters(TEveElement* cont=0, Float_t maxR=50) { - Alieve::Event::AssertGeometry(); + AliEveEventManager::AssertGeometry(); - AliRunLoader* rl = Alieve::Event::AssertRunLoader(); + AliRunLoader* rl = AliEveEventManager::AssertRunLoader(); rl->LoadRecPoints("ITS"); TTree *cTree = rl->GetTreeR("ITS", false);