]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/trd_hits_z_split.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / trd_hits_z_split.C
index 6bb74b67c517fc7d8dd82ce1805099dc8da61ded..30aaf265045cf44f95b824c84100eff0ffd1dbc1 100644 (file)
@@ -16,7 +16,7 @@ void trd_hits_z_split(const char *varexp    = "fX:fY:fZ:fZ",
   TTree* ht = rl->GetTreeH("TRD", false);
 
   TEvePointSetArray* l = new TEvePointSetArray("TRD hits - Z Slices", "");
-  l->SetMarkerColor((Color_t)7);
+  l->SetMarkerColor(7);
   l->SetMarkerStyle(20); // full circle
   l->SetMarkerSize(.5);