]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tpc_hits.C
Use TList::Delete, change some output
[u/mrichter/AliRoot.git] / EVE / alice-macros / tpc_hits.C
index 59a72572dbff476c25ac8b8e18334a6cced6adc4..45ed108c0468b9a3c03eac97f75745537c89e01c 100644 (file)
@@ -31,15 +31,11 @@ tpc_hits(const char  *varexp    = "TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ
     delete points;
     return 0;
   }
-
-  // PD - added tags
   
   points->SetName(Form("TPC Hits"));
   const TString viz_tag("SIM Hits TPC");
   points->ApplyVizTag(viz_tag, "Hits");
 
-  // PD
-
   points->SetTitle(Form("N=%d", points->Size()));
   points->SetMarkerSize(.5);
   points->SetMarkerColor(3);