]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/fmd_hits.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / fmd_hits.C
index 125b866d2c3863abd1909baf28582c4d454f6984..f185bf45df208f0f02e753a452f7d6c263399f1b 100644 (file)
@@ -31,7 +31,7 @@ fmd_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);
   gEve->Redraw3D();