]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tpc_clusters.C
From Pawel Debski: further changes for VizDB.
[u/mrichter/AliRoot.git] / EVE / alice-macros / tpc_clusters.C
index 13a70df0e370f5467629b820974491cbbe3738e8..f48573756f678738255af392303d852c1e60fc0a 100644 (file)
@@ -81,11 +81,12 @@ TEvePointSet* tpc_clusters(TEveElement* cont=0, Float_t maxR=270)
     return 0;
   }
 
-  clusters->SetName(Form("REC Clusters TPC"));
+  clusters->SetName("TPC Clusters");
 
   clusters->SetTitle(Form("N=%d", clusters->Size()));
 
   const TString viz_tag("REC Clusters TPC");
+
   clusters->ApplyVizTag(viz_tag, "Clusters");
 
   gEve->AddElement(clusters, cont);