X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Fvzero_hits.C;h=1bdc2f653900c47c94d21c7e9c58355fabc17ee3;hb=fbc350a385f404d365ed56e92c6333b910b6a2e9;hp=0ae79ea5379748c7d6ec49b63451c8e76b7cc695;hpb=03c4a89dffe91158b77201de151d59a6d304beb2;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/vzero_hits.C b/EVE/alice-macros/vzero_hits.C index 0ae79ea5379..1bdc2f65390 100644 --- a/EVE/alice-macros/vzero_hits.C +++ b/EVE/alice-macros/vzero_hits.C @@ -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();