From: mtadel Date: Mon, 4 Sep 2006 17:43:52 +0000 (+0000) Subject: Changed default point-size in accordance with the new convention. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=8a68912d61baa6ddadac4b7d145c93808f790332;p=u%2Fmrichter%2FAliRoot.git Changed default point-size in accordance with the new convention. --- diff --git a/EVE/alice-macros/its_hits.C b/EVE/alice-macros/its_hits.C index c827479f016..fbda6d5d658 100644 --- a/EVE/alice-macros/its_hits.C +++ b/EVE/alice-macros/its_hits.C @@ -15,7 +15,7 @@ its_hits(const char *varexp = "fX:fY:fZ", ps.Select(); points->SetTitle(Form("N=%d", points->Size())); - points->SetMarkerSize(2); + points->SetMarkerSize(.5); points->SetMarkerColor((Color_t)2); gReve->AddRenderElement(points); diff --git a/EVE/alice-macros/tpc_hits.C b/EVE/alice-macros/tpc_hits.C index a7985a0bb21..9d00d698496 100644 --- a/EVE/alice-macros/tpc_hits.C +++ b/EVE/alice-macros/tpc_hits.C @@ -19,7 +19,7 @@ tpc_hits(const char *varexp = "TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ" ps.Select(); points->SetTitle(Form("N=%d", points->Size())); - points->SetMarkerSize(2); + points->SetMarkerSize(.5); points->SetMarkerColor((Color_t)3); gReve->AddRenderElement(points); diff --git a/EVE/alice-macros/tpc_hits_eta_split.C b/EVE/alice-macros/tpc_hits_eta_split.C index 1730d472a88..31463dd739e 100644 --- a/EVE/alice-macros/tpc_hits_eta_split.C +++ b/EVE/alice-macros/tpc_hits_eta_split.C @@ -17,7 +17,7 @@ void tpc_hits_eta_split(const char *varexp = l->SetSourceCS(TPointSelectorConsumer::TVT_RPhiZ); l->SetMarkerColor((Color_t)3); l->SetMarkerStyle(20); // full circle - l->SetMarkerSize(2); + l->SetMarkerSize(.5); gReve->AddRenderElement(l); l->InitBins("Eta", 20, -2, 2);