X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Ffmd_hits.C;h=f185bf45df208f0f02e753a452f7d6c263399f1b;hb=fbc350a385f404d365ed56e92c6333b910b6a2e9;hp=125b866d2c3863abd1909baf28582c4d454f6984;hpb=03c4a89dffe91158b77201de151d59a6d304beb2;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/fmd_hits.C b/EVE/alice-macros/fmd_hits.C index 125b866d2c3..f185bf45df2 100644 --- a/EVE/alice-macros/fmd_hits.C +++ b/EVE/alice-macros/fmd_hits.C @@ -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();