]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/emcal_hits.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / emcal_hits.C
index 4bea8f4cc7f8ba206d7d20bdb3cd97b3e23b0816..66dafa2e611003bd1c126c09c63523904826a0af 100644 (file)
@@ -38,7 +38,7 @@ emcal_hits(const char *varexp    = "fX:fY:fZ",
   sprintf(form,"N=%d", points->Size());
   points->SetTitle(form);
   points->SetMarkerSize(.5);
-  points->SetMarkerColor((Color_t)2);
+  points->SetMarkerColor(2);
 
   gEve->AddElement(points, cont);
   gEve->Redraw3D();