]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tof_clusters.C
From Pawel Debski: further changes for VizDB.
[u/mrichter/AliRoot.git] / EVE / alice-macros / tof_clusters.C
index 2618bfee86c15afb5f0826fca4bebb7e659d5b7f..1b1c8076b7ad55565e67a9da75f19e163e6b985a 100644 (file)
@@ -76,7 +76,6 @@ TEvePointSet* tof_clusters(TEveElement* cont=0, Float_t maxR=390)
   clusters->ApplyVizTag(viz_tag, "Clusters");
 
   gEve->AddElement(clusters, cont);
-
   gEve->Redraw3D();
 
   return clusters;
@@ -140,7 +139,6 @@ TEvePointSet* tof_clusters_sec(Int_t selectedSector,
   }
 
   clusters->SetName(Form("REC Clusters TOF"));
-
   clusters->SetTitle(Form("N=%d", clusters->Size()));
 
   const TString viz_tag("REC Clusters TOF");