]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/trd_clusters.C
Merge the following revisions between 29371 and 30342 from
[u/mrichter/AliRoot.git] / EVE / alice-macros / trd_clusters.C
index f5a2d773bc283693068efd0b033a031d48d6085d..8cffb366358e1d66465ec480480d9bf91719e2fc 100644 (file)
@@ -74,9 +74,7 @@ TEvePointSet* trd_clusters(TEveElement *cont = 0)
   clusters->SetTitle(tip);
 
   const TString viz_tag("TRD 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);