]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/macros/trackcount_init.C
Rename NLT_trackcount_init.C (precursor of visscan_init.C) to just trackcount_init.C.
[u/mrichter/AliRoot.git] / EVE / macros / trackcount_init.C
similarity index 96%
rename from EVE/macros/NLT_trackcount_init.C
rename to EVE/macros/trackcount_init.C
index aef703ef0ff02335299ebb6083533df00d752cc9..d8facf8d5c59e5c6e932626c1d6f702227c935c2 100644 (file)
@@ -14,7 +14,7 @@ class TEveUtil;
 TEveProjectionManager  *proj = 0;
 TEveGeoShape *geom = 0;
 
-void NLT_trackcount_init()
+void trackcount_init()
 {
   TEveUtil::LoadMacro("alieve_init.C");
   alieve_init(".", -1);
@@ -26,8 +26,8 @@ void NLT_trackcount_init()
   TEveUtil::LoadMacro("its_clusters.C+");
   TEveUtil::LoadMacro("tpc_clusters.C+");
 
-  TEveViewer* nv = gEve->SpawnNewViewer("NLT Projected");
-  TEveScene*  ns = gEve->SpawnNewScene("NLT");
+  TEveViewer* nv = gEve->SpawnNewViewer("Projected View");
+  TEveScene*  ns = gEve->SpawnNewScene("Projected Scene");
   nv->AddScene(ns);
   TGLViewer* v = nv->GetGLViewer();
   v->SetCurrentCamera(TGLViewer::kCameraOrthoXOY);