]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/its_clusters.C
Merge the following revisions between 29371 and 30342 from
[u/mrichter/AliRoot.git] / EVE / alice-macros / its_clusters.C
index ddfc1cdb11fcbf6db1abedcfe871eeeaac81d2de..1cb2d25e466a60f3e6ef9ab0dc4f180e0fd3393a 100644 (file)
@@ -79,9 +79,7 @@ TEvePointSet* its_clusters(TEveElement* cont=0, Float_t maxR=50)
   clusters->SetTitle(tip);
 
   const TString viz_tag("ITS Clusters");
-  // When going to new root call:
-  // clusters->ApplyVizTag(viz_tag, "Clusters");
-  clusters->ApplyVizTag(viz_tag);
+  clusters->ApplyVizTag(viz_tag, "Clusters");
 
   gEve->AddElement(clusters, cont);