]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
1 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * TPCLoaderEditor.cxx:
4         Use StrDup to feed TGFileInfo for brain-dead interface of
5         TGFileDialog.
6
7         * TPCSector3DGL.cxx:
8         * TPCSector3DGL.h:
9         Added padding for frame-box borders so that all all digits are
10         contained within it.
11
12 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
13
14         * .SKEL-gl.cxx:
15         * .SKEL-gl.h:
16         Added conventions for ROOT pre/post 5.11.02.
17
18         * LinkDef.h:
19         * TPCSector3DGL.cxx:
20         * TPCSector3DGL.h:
21         New class TPCSector3DGL, a direct renderer for TPCSector3D.
22
23         * TPCLoaderEditor.cxx:
24         Properly handle directory data, allows loading from non-current
25         directory.
26
27         * TPCSectorViz.cxx:
28         * TPCSectorViz.h:
29         Added optimised color lookup function/cache; do not alow threshold
30         to overrun maxval nad vice versa.
31
32         * TPCSectorVizEditor.cxx:
33         Reget threshold/maxval after setting it.
34         * TPCSector3D.cxx:
35         * TPCSector3D.h:
36         Changes for rendering via TPCSector3DGL; use optimised color
37         lookup from TPCSectorViz.
38
39         * TPCSector2DGL.cxx:
40         Use optimised color lookup from TPCSectorViz.
41
42 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
43
44         * EventAlieve.cxx:
45         * EventAlieve.h:
46         Added automatic loading of AliESDfriend (if found in event
47         directory); new function AssertESDfriend().
48
49 2006-06-09  Matevz Tadel  <matevz.tadel@cern.ch>
50
51         HEAD
52
53         * TPCLoaderEditor.cxx:
54         Fixed target class for fDoubleSR signal connect.
55
56 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
57
58         HEAD
59
60         * TPCLoader.cxx:
61         * TPCLoader.h:
62         Added member for double sampling-rate fDoubleSR; copy
63         visualization parameter from 2D view when creating 3D view.
64
65         * TPCLoaderEditor.cxx:
66         * TPCLoaderEditor.h:
67         Added control for double sampling-rate fDoubleSR.
68
69         * TPCSector3DEditor.cxx:
70         Increased precision of drift velocity widget.
71
72         * TPCSectorViz.cxx:
73         * TPCSectorViz.h:
74         Added method CopyVizParams(); reset transformation on sector id
75         change.
76
77         * TPCSectorVizEditor.cxx:
78         * TPCSectorVizEditor.h:
79         Added button to control realistic positioning of the sector.
80
81 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
82
83         HEAD
84
85         * LinkDef.h:
86         * TPCLoader.cxx:
87         * TPCLoader.h:
88         * TPCLoaderEditor.cxx:
89         * TPCLoaderEditor.h:
90         New class TPCLoader providing (graphical) interface for navigation
91         through the TPC sector data.
92
93         * TPCSector3D.cxx:
94         Proper initialization of bounding box for fBoxSet.
95
96         * TPCSector2DEditor.cxx:
97         * TPCSectorViz.cxx:
98         Removed some comment crap.
99
100 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
101
102         HEAD
103
104         * LinkDef.h:
105         * MUONDigitsInfo.cxx:
106         * MUONDigitsInfo.h:
107         * MUONModule.cxx:
108         * MUONModule.h:
109         New files for MUON visualization by Bogdan Vulpescu.
110
111 2006-06-01  Matevz Tadel  <matevz.tadel@cern.ch>
112
113         HEAD
114
115         * TPCSector2D.cxx:
116         * TPCSector2DGL.cxx:
117         * TPCSector3D.cxx:
118         Added preprocessor conditionals to support ROOT > 5.11.2.
119
120 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
121
122         EVE-dev
123
124         * TPCSectorVizEditor.cxx:
125         * TPCSectorVizEditor.h:
126         Replaced hand-woven widget-groups with RGValuators.
127
128 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
129
130         EVE-dev
131
132         * TPCData.cxx:
133         * TPCData.h:
134         Removed function LoadRaw(AliTPCRawStreamOld&).
135
136         * TPCSector2DGL.h:
137         Removed forgotten declaration of SetCol().
138
139         * TPCSector3D.cxx:
140         In Paint(): properly setup 3D transformation of fBoxSet.
141
142         * alieve_main/alieve_main.cxx:
143         New file; executable linked against all ALICE libraries.
144
145 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
146
147         EVE-dev
148
149         * TPCSector2D.cxx:
150         Honor fRnrElement in Paint(); it was impossible to disable
151         rendering of 2D sectors.
152
153 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
154
155         EVE-dev
156
157         * TPCData.cxx:
158         * TPCData.h:
159         In LoadRaw(AliTPCRawStreamOld&) added protection against repeated
160         data for a given pad; added methods DropAllSectors() and
161         DeleteAllSectors().
162
163         * TPCSectorData.cxx:
164         * TPCSectorData.h:
165         Added method DropData(); in EndPad() return immediately if no data
166         was registered.
167
168         * TPCSector2D.h:
169         * TPCSector2DGL.cxx:
170         * TPCSectorViz.cxx:
171         * TPCSectorViz.h:
172         Increase of rendering time-stamp now done in a virtual function
173         IncRTS(); renamed fFrameCol to fFrameColor; minor cleanup.
174
175         * TPCSector3D.cxx:
176         * TPCSector3D.h:
177         * TPCSector3DEditor.cxx:
178         * TPCSector3DEditor.h:
179         * LinkDef.h:
180         New classes TPCSector3D and TPCSector3DEditor.
181
182         * ITSModule.cxx:
183         * ITSModule.h:
184         Renamed fFrameCol to fFrameColor.
185
186 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
187
188         EVE-dev and HEAD
189
190         * TPCData.cxx:
191         * TPCData.h:
192         * TPCSectorData.cxx:
193         * TPCSectorData.h:
194         Add support for automatic pedestal determination and subtraction
195         on per pad basis (for RAW data only). Done with Marian.
196
197         EVE-dev
198
199         * LinkDef.h:
200         * TPCSector2D.cxx:
201         * TPCSector2D.h:
202         * TPCSector2DEditor.cxx:
203         * TPCSector2DEditor.h:
204         * TPCSectorViz.cxx:
205         * TPCSectorViz.h:
206         * TPCSectorVizEditor.cxx:
207         * TPCSectorVizEditor.h:
208         Split TPCSectorViz from TPCSector2D as a base class. TPCSectorViz
209         holds the general parametrs that will also be used by TPCSector3D.
210
211         * TPCSector2DGL.cxx:
212         Use Reve::ColorFromIdx().
213
214         * .SKEL-ged.cxx:
215         * .SKEL-ged.h:
216         Include from Alieve, default class version 0.
217
218 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
219
220         EVE-dev
221
222         * TPCData.cxx:
223         * TPCData.h:
224         Added member fLoadPedestal to support subtraction of common
225         pedestal during data loading.
226
227         * TPCSector2D.cxx:
228         * TPCSector2D.h:
229         * TPCSector2DEditor.cxx:
230         * TPCSector2DEditor.h:
231         * TPCSector2DGL.cxx:
232         Added option fAverage to divide the integrated time-bin contents
233         by window width; fShowMax now works within the given time
234         window. Added flags to control rendering of inner/outer1/outer2
235         segments. Widgets have been extended to display numeric values for
236         threshold, max-value and min/max time (there were only sliders and
237         print-out before).
238
239 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
240
241         EVE-dev
242
243         * ITSModule.cxx:
244         * TPCSector2D.cxx:
245         * TPCSector2D.h:
246         * TPCSector2DEditor.cxx:
247         * TPCSector2DEditor.h:
248         * TPCSector2DGL.cxx:
249         Fixed all occurrences of misspelled 'treshold'.
250
251 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
252
253         EVE-dev
254
255         * TPCData.cxx:
256         * TPCData.h:
257         In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
258         exceeding number of pads in row; optionally warn of the occurrences.
259
260         * TPCSectorData.cxx:
261         Fix compilation warnings.
262
263 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
264
265         EVE-dev
266
267         Introduce support for reading of raw TPC data. At the same time
268         the TPCSegment* classes have been renamed to TPCSector*.
269         
270         * TPCDigitsInfo.cxx:
271         * TPCDigitsInfo.h:
272         * TPCSegment.cxx:
273         * TPCSegment.h:
274         * TPCSegmentEditor.cxx:
275         * TPCSegmentEditor.h:
276         * TPCSegmentGL.cxx:
277         * TPCSegmentGL.h:
278         Removed files; functionality moved to TPCData* and TPCSector*
279         classes.
280
281         * TPCData.cxx:
282         * TPCData.h:
283         * TPCSector2D.cxx:
284         * TPCSector2D.h:
285         * TPCSector2DEditor.cxx:
286         * TPCSector2DEditor.h:
287         * TPCSector2DGL.cxx:
288         * TPCSector2DGL.h:
289         * TPCSectorData.cxx:
290         * TPCSectorData.h:
291         New files: most of the code was scavenged from TPCDigitsInfo and
292         TPCSegment* classes.
293
294         * LinkDef.h:
295         Reflect new class-names.
296
297         * .SKEL.cxx:
298         Moved using declarations to front.
299
300         * ChangeLog:
301         New file.