From a83547b64a9e36fbcd57566119ecd6076c1fecf7 Mon Sep 17 00:00:00 2001 From: mtadel Date: Tue, 27 Jun 2006 18:02:16 +0000 Subject: [PATCH] Record changes. --- EVE/Alieve/ChangeLog | 17 +++++++++++++++++ EVE/ChangeLog | 14 ++++++++++++++ EVE/Reve/ChangeLog | 28 ++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index 7f335bc51a6..b7d293f7eb5 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,20 @@ +2006-06-27 Matevz Tadel + + * TPCLoader.cxx: + * TPCLoader.h: + Added member TString fTPCEquipementMap to allow override of + default file location. + + * TPCSector2DGL.cxx: + Added ClassImp. + + * TPCSector3DGL.cxx: + Added control statements for cases when some visualization data + are not present (GL optimization). + + * VSDCreator.cxx: + Small fixes to revive basic VSD functionality. + 2006-06-20 Matevz Tadel * TPCSector3D.cxx: diff --git a/EVE/ChangeLog b/EVE/ChangeLog index c2d8071c1ef..5af232bb78b 100644 --- a/EVE/ChangeLog +++ b/EVE/ChangeLog @@ -1,3 +1,17 @@ +2006-06-27 Matevz Tadel + + * alice-macros/geom_ddip.C: + Use node's global transformation. + + * alice-macros/geom_phos.C: + * alice-macros/geom_rich.C: + New files: PHOS and RICH geometry. + + * test-macros/tpc_gui.C: + * test-macros/tpc_gui_hack.C: + * test-macros/tpc_sector_raw_test.C: + Added commented lines showing how to use a different TPC equipment map. + 2006-06-21 Matevz Tadel * macros/alieve_init.C: diff --git a/EVE/Reve/ChangeLog b/EVE/Reve/ChangeLog index 92ef1ffb290..c946bcaeebf 100644 --- a/EVE/Reve/ChangeLog +++ b/EVE/Reve/ChangeLog @@ -1,3 +1,31 @@ +2006-06-27 Matevz Tadel + + * BoxSetGL.cxx: + Skip render-state initialization if no boxes present. + + * GeoNode.cxx: + * GeoNode.h: + Added option to render GeoTopNodeRnrEl at a given global position + (requires ROOT > 5.11.7). + + * RGBrowser.cxx: + * RGBrowser.h: + * RGTopFrame.cxx: + Fixed creation of editor frame so that it uses X client's + SetRoot() functionality. This should (finally) close the issue. + + * RMacro.cxx: + Check for macro via full-path (fTitle); save macro as '.C' not + '.Cexec'. + + * Reve.cxx: + In CheckMacro() use TInterpreter::IsLoaded(mac) instead of + searching the list of global functions. + + * VSDSelector.cxx: + Fixed code for hit and cluster import to work with 'new' render + element registration mechanism. + 2006-06-21 Matevz Tadel * LinkDef.h: -- 2.43.0