]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/emcal_hits.C
From Stefano: Add missing macro to display AliEveBeamsInfo object.
[u/mrichter/AliRoot.git] / EVE / alice-macros / emcal_hits.C
index 3894e696b95c9eaa307f81362dbb1fcd556f9da9..4d47af0707b89c0c4e2901bca27790a3abc82236 100644 (file)
@@ -28,14 +28,10 @@ emcal_hits(const char *varexp    = "fX:fY:fZ",
     return 0;
   }
 
-  // PD - added tags
-  
   points->SetName(Form("EMCAL Hits"));
   const TString viz_tag("SIM Hits EMCAL");
   points->ApplyVizTag(viz_tag, "Hits");
 
-  // PD
-
   points->SetTitle(Form("N=%d", points->Size()));
   points->SetMarkerSize(.5);
   points->SetMarkerColor(2);