]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/t0_hits.C
vplot_tpc.C
[u/mrichter/AliRoot.git] / EVE / alice-macros / t0_hits.C
index 93d357c11b5d0f67840f45a3fa355322e6834757..36249bf2c9620b0b8ceea1371eaaf56ca78cd43a 100644 (file)
@@ -39,7 +39,7 @@ t0_hits(const char *varexp    = "T0.fX:T0.fY:T0.fZ",
 
   points->SetTitle(Form("N=%d", points->Size()));
   points->SetMarkerSize(.5);
-  points->SetMarkerColor((Color_t)3);
+  points->SetMarkerColor(3);
 
   gEve->AddElement(points);
   gEve->Redraw3D();