X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Ftof_hits.C;h=a28c48f73b45f7ee6c62441b615da47b3efd3c70;hb=367c6d1fa338d1cd2b8abc9fca7dcd4bfb4cb9cc;hp=97eb561054c59b2e2c1a72aa349c216fdaa5971f;hpb=d810d0de85db24ed8bd73f51aad50e97da98c374;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/tof_hits.C b/EVE/alice-macros/tof_hits.C index 97eb561054c..a28c48f73b4 100644 --- a/EVE/alice-macros/tof_hits.C +++ b/EVE/alice-macros/tof_hits.C @@ -4,7 +4,7 @@ /************************************************************************** * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. * * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for * - * full copyright notice. * + * full copyright notice. * **************************************************************************/ TEvePointSet* @@ -38,7 +38,7 @@ tof_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, cont); gEve->Redraw3D();