]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/MUON_geom.C
Modified macros to be compilable by ACLiC
[u/mrichter/AliRoot.git] / EVE / alice-macros / MUON_geom.C
index d9867dc7cd5db7e0f73698ffc0258dff5ec5ff9e..9f7ad9b138846122af6e929d67e9097257072486 100644 (file)
 ///
 /// \author B. Vulpescu, LPC
 
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TGeoManager.h>
+#include <TGeoNode.h>
+#include <TEveManager.h>
+#include <TEveElement.h>
+#include <TEveGeoNode.h>
+#endif
+
 void MUON_geom()
 {
   gGeoManager = gEve->GetGeometry("geometry.root");
@@ -37,6 +45,6 @@ void MUON_geom()
 
   gEve->Redraw3D();
 
-  printf("MUON_geom.C done\n");
+  Info("MUON_geom.C", "Done");
 
 }