]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/emcal_hits.C
Update responsibles for MCH, MTR, HMP
[u/mrichter/AliRoot.git] / EVE / alice-macros / emcal_hits.C
index 4d47af0707b89c0c4e2901bca27790a3abc82236..bd8fdc785c334336a3a418dc4b8e76f292f84eca 100644 (file)
@@ -6,6 +6,17 @@
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
  * full copyright notice.                                                 *
  **************************************************************************/
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TTree.h>
+#include <TString.h>
+#include <TEveManager.h>
+#include <TEveElement.h>
+#include <TEvePointSet.h>
+#include <TEveTreeTools.h>
+
+#include <AliRunLoader.h>
+#include <AliEveEventManager.h>
+#endif
 
 TEvePointSet*
 emcal_hits(const char *varexp    = "fX:fY:fZ",
@@ -23,7 +34,7 @@ emcal_hits(const char *varexp    = "fX:fY:fZ",
   ps.Select();
 
   if (points->Size() == 0 && gEve->GetKeepEmptyCont() == kFALSE) {
-    Warning("emcal_hits", Form("No hits match '%s'", selection));
+    Warning("emcal_hits", "No hits match '%s'",selection);
     delete points;
     return 0;
   }