]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tof_hits.C
Error codes for histogram booking taken with getters, no longer hard coded (D. Elia)
[u/mrichter/AliRoot.git] / EVE / alice-macros / tof_hits.C
index 800215cfde1986ec7a95a389ef974a32fcd906c8..a28c48f73b45f7ee6c62441b615da47b3efd3c70 100644 (file)
@@ -16,7 +16,7 @@ tof_hits(const char *varexp    = "fX:fY:fZ",
   rl->LoadHits("TOF");
 
   TTree* ht = rl->GetTreeH("TOF", false);
-
+  
   //PH The line below is replaced waiting for a fix in Root
   //PH which permits to use variable siza arguments in CINT
   //PH on some platforms (alphalinuxgcc, solariscc5, etc.)
@@ -38,7 +38,7 @@ tof_hits(const char *varexp    = "fX:fY:fZ",
   sprintf(form,"N=%d", points->Size());
   points->SetTitle(form);
   points->SetMarkerSize(.5);
-  points->SetMarkerColor((Color_t)2);
+  points->SetMarkerColor(2);
 
   gEve->AddElement(points, cont);
   gEve->Redraw3D();