]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/hmpid_digits.C
Change to support compilation when ALICE_INSTALL is not same as ALICE_ROOT
[u/mrichter/AliRoot.git] / EVE / alice-macros / hmpid_digits.C
index f236a1f8a9888aed0ae8c2ad339a45820b38c31b..c2edba4b2aa98a8be16aca44e6505948693e7975 100644 (file)
@@ -1,3 +1,9 @@
+/**************************************************************************
+ * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
+ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
+ * full copyright notice.                                                 *
+ **************************************************************************/
+
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include <TClonesArray.h>
 #include <TBranch.h>
 #include <TEveTrans.h>
 #include <TEveQuadSet.h>
 
-#include <HMPID/AliHMPIDDigit.h>
-#include <HMPID/AliHMPIDv3.h>
-#include <STEER/STEER/AliCluster3D.h>
-#include <STEER/STEER/AliRunLoader.h>
-#include <EVE/EveBase/AliEveEventManager.h>
+#include <AliHMPIDDigit.h>
+#include <AliHMPIDv3.h>
+#include <AliCluster3D.h>
+#include <AliRunLoader.h>
+#include <AliEveEventManager.h>
 #endif
 
 void hmpid_digits()