]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/geom_tpc.C
Modified macros to be compilable by ACLiC
[u/mrichter/AliRoot.git] / EVE / alice-macros / geom_tpc.C
index 66cfee2382710264cba3596d5105abf917071a3a..c1428c2cc3aef554e7fbcd3d23ac1293928acf8d 100644 (file)
@@ -7,6 +7,13 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TGeoManager.h>
+#include <TGeoNode.h>
+#include <TEveManager.h>
+#include <TEveGeoNode.h>
+#endif
+
 void geom_tpc()
 {
   gGeoManager = gEve->GetDefaultGeometry();