]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
1 2006-06-01  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         HEAD
4
5         * TPCSector2D.cxx:
6         * TPCSector2DGL.cxx:
7         * TPCSector3D.cxx:
8         Added preprocessor conditionals to support ROOT > 5.11.2.
9
10 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
11
12         * TPCSectorVizEditor.cxx:
13         * TPCSectorVizEditor.h:
14         Replaced hand-woven widget-groups with RGValuators.
15
16 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
17
18         * TPCData.cxx:
19         * TPCData.h:
20         Removed function LoadRaw(AliTPCRawStreamOld&).
21
22         * TPCSector2DGL.h:
23         Removed forgotten declaration of SetCol().
24
25         * TPCSector3D.cxx:
26         In Paint(): properly setup 3D transformation of fBoxSet.
27
28         * alieve_main/alieve_main.cxx:
29         New file; executable linked against all ALICE libraries.
30
31 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
32
33         EVE-dev
34
35         * TPCSector2D.cxx:
36         Honor fRnrElement in Paint(); it was impossible to disable
37         rendering of 2D sectors.
38
39 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
40
41         EVE-dev
42
43         * TPCData.cxx:
44         * TPCData.h:
45         In LoadRaw(AliTPCRawStreamOld&) added protection against repeated
46         data for a given pad; added methods DropAllSectors() and
47         DeleteAllSectors().
48
49         * TPCSectorData.cxx:
50         * TPCSectorData.h:
51         Added method DropData(); in EndPad() return immediately if no data
52         was registered.
53
54         * TPCSector2D.h:
55         * TPCSector2DGL.cxx:
56         * TPCSectorViz.cxx:
57         * TPCSectorViz.h:
58         Increase of rendering time-stamp now done in a virtual function
59         IncRTS(); renamed fFrameCol to fFrameColor; minor cleanup.
60
61         * TPCSector3D.cxx:
62         * TPCSector3D.h:
63         * TPCSector3DEditor.cxx:
64         * TPCSector3DEditor.h:
65         * LinkDef.h:
66         New classes TPCSector3D and TPCSector3DEditor.
67
68         * ITSModule.cxx:
69         * ITSModule.h:
70         Renamed fFrameCol to fFrameColor.
71
72 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
73
74         EVE-dev and HEAD
75
76         * TPCData.cxx:
77         * TPCData.h:
78         * TPCSectorData.cxx:
79         * TPCSectorData.h:
80         Add support for automatic pedestal determination and subtraction
81         on per pad basis (for RAW data only). Done with Marian.
82
83         EVE-dev
84
85         * LinkDef.h:
86         * TPCSector2D.cxx:
87         * TPCSector2D.h:
88         * TPCSector2DEditor.cxx:
89         * TPCSector2DEditor.h:
90         * TPCSectorViz.cxx:
91         * TPCSectorViz.h:
92         * TPCSectorVizEditor.cxx:
93         * TPCSectorVizEditor.h:
94         Split TPCSectorViz from TPCSector2D as a base class. TPCSectorViz
95         holds the general parametrs that will also be used by TPCSector3D.
96
97         * TPCSector2DGL.cxx:
98         Use Reve::ColorFromIdx().
99
100         * .SKEL-ged.cxx:
101         * .SKEL-ged.h:
102         Include from Alieve, default class version 0.
103
104 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
105
106         EVE-dev
107
108         * TPCData.cxx:
109         * TPCData.h:
110         Added member fLoadPedestal to support subtraction of common
111         pedestal during data loading.
112
113         * TPCSector2D.cxx:
114         * TPCSector2D.h:
115         * TPCSector2DEditor.cxx:
116         * TPCSector2DEditor.h:
117         * TPCSector2DGL.cxx:
118         Added option fAverage to divide the integrated time-bin contents
119         by window width; fShowMax now works within the given time
120         window. Added flags to control rendering of inner/outer1/outer2
121         segments. Widgets have been extended to display numeric values for
122         threshold, max-value and min/max time (there were only sliders and
123         print-out before).
124
125 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
126
127         EVE-dev
128
129         * ITSModule.cxx:
130         * TPCSector2D.cxx:
131         * TPCSector2D.h:
132         * TPCSector2DEditor.cxx:
133         * TPCSector2DEditor.h:
134         * TPCSector2DGL.cxx:
135         Fixed all occurrences of misspelled 'treshold'.
136
137 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
138
139         EVE-dev
140
141         * TPCData.cxx:
142         * TPCData.h:
143         In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
144         exceeding number of pads in row; optionally warn of the occurrences.
145
146         * TPCSectorData.cxx:
147         Fix compilation warnings.
148
149 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
150
151         EVE-dev
152
153         Introduce support for reading of raw TPC data. At the same time
154         the TPCSegment* classes have been renamed to TPCSector*.
155         
156         * TPCDigitsInfo.cxx:
157         * TPCDigitsInfo.h:
158         * TPCSegment.cxx:
159         * TPCSegment.h:
160         * TPCSegmentEditor.cxx:
161         * TPCSegmentEditor.h:
162         * TPCSegmentGL.cxx:
163         * TPCSegmentGL.h:
164         Removed files; functionality moved to TPCData* and TPCSector*
165         classes.
166
167         * TPCData.cxx:
168         * TPCData.h:
169         * TPCSector2D.cxx:
170         * TPCSector2D.h:
171         * TPCSector2DEditor.cxx:
172         * TPCSector2DEditor.h:
173         * TPCSector2DGL.cxx:
174         * TPCSector2DGL.h:
175         * TPCSectorData.cxx:
176         * TPCSectorData.h:
177         New files: most of the code was scavenged from TPCDigitsInfo and
178         TPCSegment* classes.
179
180         * LinkDef.h:
181         Reflect new class-names.
182
183         * .SKEL.cxx:
184         Moved using declarations to front.
185
186         * ChangeLog:
187         New file.