]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geomAll.C
Modified macros to be compilable by ACLiC
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geomAll.C
index 85071a315391d01dae47a81010fb55f72ac7f0b3..98ed319301501339baef9dbae9bccb5bd42aaa2e 100644 (file)
 ///
 /// \author B. Vulpescu, LPC
 
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TGeoManager.h>
+#include <TGeoNode.h>
+#include <TEveManager.h>
+#include <TEveGeoNode.h>
+#endif
+
 void MUON_geomAll()
 {
   gGeoManager = gEve->GetGeometry("geometry.root");