]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/primary_vertex.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / primary_vertex.C
index f3ced7a91b696dc1c27c1005ad54562046ef544e..381003fd6cec2fd1e8662832cbe55790d479b3cf 100644 (file)
@@ -34,13 +34,13 @@ TEveBoxSet* make_vertex_boxes(AliESDVertex* v)
   bs = new TEveBoxSet("+- 10 x 10 x 20mm");
   bs->SetRenderMode(TEveBoxSet::RM_TEveLine);
   bs->AddBox(Box(-1, x[0], x[1], x[2], 1, 1, 2));
-  bs->SetMainColor((Color_t) 2);
+  bs->SetMainColor(2);
   gEve->AddElement(bs);
 
   bs = new TEveBoxSet("+- 30 sigma_r x 10 sigma_z");
   bs->SetRenderMode(TEveBoxSet::RM_TEveLine);
   bs->AddBox(Box(-1, x[0], x[1], x[2], 30*e[0], 30*e[1], 10*e[2]));
-  bs->SetMainColor((Color_t) 3);
+  bs->SetMainColor(3);
   gEve->AddElement(bs);
 
   gEve->Redraw3D();