From 6553326ea13623dc5eb865b5cf45bc7fc4b43cad Mon Sep 17 00:00:00 2001 From: mtadel Date: Wed, 2 Jul 2008 12:52:15 +0000 Subject: [PATCH] Rename NLT_trackcount_init.C (precursor of visscan_init.C) to just trackcount_init.C. --- EVE/macros/{NLT_trackcount_init.C => trackcount_init.C} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename EVE/macros/{NLT_trackcount_init.C => trackcount_init.C} (96%) diff --git a/EVE/macros/NLT_trackcount_init.C b/EVE/macros/trackcount_init.C similarity index 96% rename from EVE/macros/NLT_trackcount_init.C rename to EVE/macros/trackcount_init.C index aef703ef0ff..d8facf8d5c5 100644 --- a/EVE/macros/NLT_trackcount_init.C +++ b/EVE/macros/trackcount_init.C @@ -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); -- 2.43.0