]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/hmpid_clusters.C
Move contents of EVE/Alieve to EVE/EveDet as most code will remain there.
[u/mrichter/AliRoot.git] / EVE / alice-macros / hmpid_clusters.C
index 6248ddbf72fddea5cf64c091a6e2e1c53f8d514c..ed2b040302a56f0e1025709ed6df220eb4d01083 100644 (file)
@@ -4,22 +4,19 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
 #ifdef __CINT__
 
-namespace TEveUtil
-{
 class TEveElement;
 class TEvePointSet;
-}
 
 #else
 
 #include <TEve.h>
 #include <TEveManager.h>
 #include <TEvePointSet.h>
-#include <Alieve/EventAlieve.h>
+#include <EveDet/AliEveEventManager.h>
 
 #include <AliRunLoader.h>
 #include <AliCluster3D.h>
@@ -47,7 +44,7 @@ TEvePointSet* hmpid_clusters(TEveElement* cont=0, Float_t maxR=1000)
   clusters->SetOwnIds(kTRUE);
 
   AliEveEventManager::AssertGeometry();
-  
+
   AliRunLoader* rl = AliEveEventManager::AssertRunLoader();
   rl->LoadRecPoints("HMPID");
 
@@ -58,7 +55,7 @@ TEvePointSet* hmpid_clusters(TEveElement* cont=0, Float_t maxR=1000)
      TBranch *br=cTree->GetBranch(name[k]);
      if (!br) return 0;
      br->SetAddress(&(cl[k]));
-  } 
+  }
 
   if (!cTree->GetEvent(0)) return 0;