Set default point-size to 2.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jun 2006 16:13:19 +0000 (16:13 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jun 2006 16:13:19 +0000 (16:13 +0000)
EVE/alice-macros/its_hits.C
EVE/alice-macros/tpc_hits.C

index a19f677378eb9b22b4122cfb170ca1a4ed091167..d69e8297359911f01ca7b8fea7c40829263f4a63 100644 (file)
@@ -14,6 +14,7 @@ its_hits(const char *varexp    = "fX:fY:fZ",
   Reve::PointSet* points =
     new Reve::PointSet(Form("ITS Hits '%s'", selection), ht);
   points->SetTitle(Form("N=%d", points->GetN()));
+  points->SetMarkerSize(2);
   points->SetMarkerColor((Color_t)2);
 
   gReve->AddRenderElement(points);
index 1194e11215b13b89a29cac493bb3afa442386ced..f1e3b99c371e04300ea1f5d5d56f54a8a7c18f3c 100644 (file)
@@ -19,6 +19,7 @@ tpc_hits(const char *varexp    = "TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ"
     new Reve::PointSet(Form("TPC Hits '%s'", selection), ht,
                       Reve::PointSet::TVT_RPhiZ);
   points->SetTitle(Form("N=%d", points->GetN()));
+  points->SetMarkerSize(2);
   points->SetMarkerColor((Color_t)3);
 
   gReve->AddRenderElement(points);