]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change some cluster colors to better suit white background.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Nov 2009 13:48:58 +0000 (13:48 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 27 Nov 2009 13:48:58 +0000 (13:48 +0000)
EVE/macros/VizDB_scan.C

index 7f6b5676f3ffa928079079bb63f60c49871fcb1b..3e93d56aaafb8d798d6a9259f34c2ff817db11ac 100644 (file)
@@ -84,13 +84,13 @@ void VizDB_scan()
   gEve->InsertVizDBEntry("Clusters", ps);
 
   ps = new TEvePointSet();
-  ps->SetMarkerColor(5);
+  ps->SetMarkerColor(kBlue);
   ps->SetMarkerSize(0.2);
   ps->SetMarkerStyle(2);
   gEve->InsertVizDBEntry("REC Clusters ITS", ps);
   
   ps = new TEvePointSet();
-  ps->SetMarkerColor(4);
+  ps->SetMarkerColor(kBlue);
   ps->SetMarkerSize(0.2);
   ps->SetMarkerStyle(2);
   gEve->InsertVizDBEntry("REC Clusters TPC", ps);
@@ -102,7 +102,7 @@ void VizDB_scan()
   gEve->InsertVizDBEntry("REC Clusters TRD", ps);
 
   ps = new TEvePointSet();
-  ps->SetMarkerColor(kOrange);
+  ps->SetMarkerColor(kOrange+9);
   ps->SetMarkerSize(0.5);
   ps->SetMarkerStyle(4);
   gEve->InsertVizDBEntry("REC Clusters TOF", ps);