]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/acorde_hits.C
change eve redraw while processing event
[u/mrichter/AliRoot.git] / EVE / alice-macros / acorde_hits.C
index 4dc1874228f648e0e9cdf6c98dff1b7d79630854..f437fbfa7c3adcf47f111fd6770b7a9c4b3ca534 100644 (file)
@@ -29,14 +29,10 @@ acorde_hits(const char  *varexp    = "ACORDE.fX:ACORDE.fY:ACORDE.fZ",
     return 0;
   }
 
-  // PD - added tags
-  
   points->SetName(Form("ACORDE Hits"));
   const TString viz_tag("SIM Hits ACORDE");
   points->ApplyVizTag(viz_tag, "Hits");
 
-  // PD
-
   points->SetTitle(Form("N=%d", points->Size()));
   points->SetMarkerSize(.5);
   points->SetMarkerColor(2);