X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Ftrd_hits.C;h=3ed01cce8be08ff59cca127b1c2c5ed6e422c344;hb=fbc350a385f404d365ed56e92c6333b910b6a2e9;hp=8ad853b9d862096d835c04e834cd84d5ac3785f4;hpb=03c4a89dffe91158b77201de151d59a6d304beb2;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/trd_hits.C b/EVE/alice-macros/trd_hits.C index 8ad853b9d86..3ed01cce8be 100644 --- a/EVE/alice-macros/trd_hits.C +++ b/EVE/alice-macros/trd_hits.C @@ -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();