]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/vzero_hits.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / vzero_hits.C
index 0ae79ea5379748c7d6ec49b63451c8e76b7cc695..1bdc2f653900c47c94d21c7e9c58355fabc17ee3 100644 (file)
@@ -31,7 +31,7 @@ vzero_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();