]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/its_clusters.C
Bug fix in the order of the Ds cuts (Sadhana, Francesco)
[u/mrichter/AliRoot.git] / EVE / alice-macros / its_clusters.C
index 55555189893c3e7d5b085988a9364294547c4e7d..8808ee6f01ddce867904f801ec34a506a54b8d03 100644 (file)
@@ -79,11 +79,12 @@ TEvePointSet* its_clusters(TEveElement* cont=0, Float_t maxR=50)
     return 0;
   }
 
-  clusters->SetName(Form("REC Clusters ITS"));
+  clusters->SetName("ITS Clusters");
 
   clusters->SetTitle(Form("N=%d", clusters->Size()));
 
   const TString viz_tag("REC Clusters ITS");
+
   clusters->ApplyVizTag(viz_tag, "Clusters");
 
   gEve->AddElement(clusters, cont);