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

index 0c1a26b18c3b1261fc63facddcc57a9822bb2349..9c2185dddf4f6255e9c7fb0f3fee0b759af65317 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       Use new naming conventions from QuadSet; increase x-width of SDD
+       digits.
+
 2006-11-17  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * ITSModule.cxx:
index 2e8c4da241f5fca9931582e4355d7cee7190d0a0..3400c15154aa00f15852a2e887e27b1473d599f8 100644 (file)
@@ -1,3 +1,41 @@
+2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * Line.cxx:
+       * Line.h:
+       * LineEditor.cxx:
+       * LineEditor.h:
+       * LineGL.cxx:
+       * LineGL.h:
+       New files: line representation with per-point selection.
+
+       * TrackGL.cxx:
+       * TrackGL.h:
+       New files: allow interaction with the track, more configurability
+       (render as line, points or both).
+
+       * Track.cxx:
+       * Track.h:
+       Derive Track from Line (before was TPolyLine3D, RenderElement);
+       this allowed me to remove a lot of code actually shared with
+       PointSet.
+
+       * LinkDef.h:
+       Register new classes.
+
+       * MCHelixLine.hi:
+       Some points were duplicated during track construction.
+
+       * QuadSet.cxx:
+       * QuadSet.h:
+       * QuadSetEditor.cxx:
+       * QuadSetGL.cxx:
+       * QuadSetGL.h:
+       Use better names for QuadTypes (enum and internal structs).
+
+       * PointSet.h:
+       * TTreeTools.h:
+       Style/comment changes.
+
 2006-11-17  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * RGBAPalette.cxx: