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