From: mtadel Date: Tue, 21 Nov 2006 18:42:56 +0000 (+0000) Subject: Record changes. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d9b94b1f4761ece0454e19648e41320abe8b0188;p=u%2Fmrichter%2FAliRoot.git Record changes. --- diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index 0c1a26b18c3..9c2185dddf4 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,9 @@ +2006-11-21 Matevz Tadel + + * ITSModule.cxx: + Use new naming conventions from QuadSet; increase x-width of SDD + digits. + 2006-11-17 Matevz Tadel * ITSModule.cxx: diff --git a/EVE/Reve/ChangeLog b/EVE/Reve/ChangeLog index 2e8c4da241f..3400c15154a 100644 --- a/EVE/Reve/ChangeLog +++ b/EVE/Reve/ChangeLog @@ -1,3 +1,41 @@ +2006-11-21 Matevz Tadel + + * 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 * RGBAPalette.cxx: