]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/its_clusters.C
Change to support compilation when ALICE_INSTALL is not same as ALICE_ROOT
[u/mrichter/AliRoot.git] / EVE / alice-macros / its_clusters.C
index d71f2c19dbb2a616060a8b457f20c1602c89b7e8..5780170355bde46a54e91b83e70b8bd3343a8380 100644 (file)
@@ -6,6 +6,7 @@
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
  * full copyright notice.                                                 *
  **************************************************************************/
+
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include <TClonesArray.h>
 #include <TBranch.h>
@@ -14,9 +15,9 @@
 #include <TEveElement.h>
 #include <TEvePointSet.h>
 
-#include <EveBase/AliEveEventManager.h>
-#include <STEER/STEER/AliRunLoader.h>
-#include <STEER/STEER/AliCluster.h>
+#include <AliRunLoader.h>
+#include <AliCluster.h>
+#include <AliEveEventManager.h>
 #else
 class TEveElement;
 class TEvePointSet;
@@ -24,9 +25,6 @@ class TTree;
 class TBranch;
 #endif
 
-
-
-
 TEvePointSet* its_clusters(TEveElement* cont=0, Float_t maxR=50)
 {
   AliEveEventManager::AssertGeometry();