]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/hlt-macros/rootlogon.C
Move contents of EVE/Alieve to EVE/EveDet as most code will remain there.
[u/mrichter/AliRoot.git] / EVE / hlt-macros / rootlogon.C
index 0c89190eb879e79f3234bda8cc8fa6a4fd01a1aa..628904e194521c62b182a39d6c68eaf6a53664e4 100644 (file)
@@ -1,11 +1,20 @@
+// $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.                                                 *
+ **************************************************************************/
 
 {
-    
+
   cout << "Setting include path ..." << endl;
   TString includePath = "-I${ALICE_ROOT}/include ";
   includePath        += "-I${ALICE_ROOT}/EVE ";
-  includePath        += "-I${ALICE_ROOT}/EVE/Alieve ";
-  includePath        += "-I${ALICE_ROOT}/EVE/TEveUtil ";
+  includePath        += "-I${ALICE_ROOT}/EVE/EveBase ";
+  includePath        += "-I${ALICE_ROOT}/EVE/EveDet ";
+  includePath        += "-I${ALICE_ROOT}/EVE/EveHLT ";
   includePath        += "-I${ALICE_ROOT}/HLT/BASE ";
   includePath        += "-I${ALICE_ROOT}/HLT/TPCLib ";
   includePath        += "-I${ALICE_ROOT}/HLT/BASE/HOMER ";