]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/acorde_raw.C
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / alice-macros / acorde_raw.C
index c0454b49e635fa91b6b93f5f172cac9b56f80884..90994e127629ea9414b4dab66ffaceb1437ab291 100644 (file)
@@ -61,9 +61,9 @@ void acorde_raw()
     //printf("Module %2d: word_idx = %d, bit_idx = %2d => val = %d\n",
     //       module, word_idx, bit_idx, val);
     if (val)
-      eg_shape->SetMainColor((Color_t) 2);
+      eg_shape->SetMainColor(2);
     else
-      eg_shape->SetMainColor((Color_t) 4);
+      eg_shape->SetMainColor(4);
     eg_shape->StampColorSelection();
 
     acorde->AddElement(eg_shape);