]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed default point-size in accordance with the new convention.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Sep 2006 17:43:52 +0000 (17:43 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Sep 2006 17:43:52 +0000 (17:43 +0000)
EVE/alice-macros/its_hits.C
EVE/alice-macros/tpc_hits.C
EVE/alice-macros/tpc_hits_eta_split.C

index c827479f0166baf389c90cc40bfc52b894c7545d..fbda6d5d65815d6bee808aafa10ce83b574918a4 100644 (file)
@@ -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);
index a7985a0bb21b143b564a98d300dddaa88d22c448..9d00d698496403b40304d470d188c1876275c5bb 100644 (file)
@@ -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);
index 1730d472a88135071b44c77d9dba5b33ad6f0815..31463dd739ebba8409b9b2b6469b88b9b72701be 100644 (file)
@@ -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);