]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jul 2006 17:45:33 +0000 (17:45 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Jul 2006 17:45:33 +0000 (17:45 +0000)
EVE/Alieve/ChangeLog

index 97238279995876f9ac0328206e3f1d25a46e7f36..404a102d0755a3655ed59b5b138483e7521a5ab3 100644 (file)
@@ -1,3 +1,35 @@
+2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Now derived from Reve::EventBase.
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       * MUONModule.cxx:
+       * MUONModule.h:
+       * TPCSectorViz.cxx:
+       * TPCSectorViz.h:
+       Changed inheritance order (RenderElement base comes first).
+
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       Implemented list-management virtuals; use new functionality of
+       RGTopFrame.
+       
+       * TPCSector2DGL.cxx:
+       Cosmetic changes.
+
+       * TPCSector3D.cxx:
+       Do not recompute visual representation on every triangulation
+       change (let the GL renderer do it); conform to new syntax of
+       PointSetArray.
+
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       Added triangulation time-stamp: update model state when needed;
+       use PointSet::Size() instead of GetN().
+
 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * TPCLoader.cxx: