]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2006 18:02:16 +0000 (18:02 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2006 18:02:16 +0000 (18:02 +0000)
EVE/Alieve/ChangeLog
EVE/ChangeLog
EVE/Reve/ChangeLog

index 7f335bc51a6a3a5855026755b256a5f974776bd5..b7d293f7eb52dc0be6ddccf70a8023f6880cbc99 100644 (file)
@@ -1,3 +1,20 @@
+2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * TPCSector3D.cxx:
index c2d8071c1efbe7288b2ff862aff11ba722e6e188..5af232bb78b498593f95bdf2699b29e8ca07ba41 100644 (file)
@@ -1,3 +1,17 @@
+2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * macros/alieve_init.C:
index 92ef1ffb2905003905523c567ceb020430a61519..c946bcaeebfddc05e68a42821a99d01e70d5229d 100644 (file)
@@ -1,3 +1,31 @@
+2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * LinkDef.h: