]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
1 2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * LinkDef.h:
4         * PMDModule.cxx:
5         * PMDModule.h:
6         * PMDModuleEditor.cxx:
7         * PMDModuleEditor.h:
8         From Basanta: new files for PMD digit visualization.
9
10 2007-02-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
11
12         * KineTools.cxx:
13         Use typedefs from Reve::Track.
14
15 2007-02-19  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
16         
17         * LinkDef.h:
18         * KineTools.cxx:
19         * KineTools.h:
20         New files: used in alice-macros/kine_tracks.C to set path marks in
21         imported tracks.
22
23 2007-01-30  Matevz Tadel  <matevz.tadel@cern.ch>
24
25         * TRDModuleImp.cxx:
26         From Christoph Blume: changes in the TRD code that affect the
27         database parameter samplingFrequency.
28
29 2007-01-19  Matevz Tadel  <matevz.tadel@cern.ch>
30
31         * EventAlieve.cxx:
32         Use RGTopFrame::RedrawDisabler in GotoEvent(Int_t).
33
34 2006-12-15  Matevz Tadel  <matevz.tadel@cern.ch>
35
36         * TPCSectorData.cxx:
37         Removed unnecessary include.
38
39 2006-12-13  Matevz Tadel  <matevz.tadel@cern.ch>
40
41         * TPCSector2D.cxx:
42         * TPCSector2D.h:
43         * TPCSector2DGL.cxx:
44         Moved code responding to secondary selection from
45         TPCSector2DGL::ProcessSelection() to virtual
46         TPCSector2D::PadSelected(Int_t row, Int_t pad).
47
48 2006-12-13  Matevz Tadel  <matevz.tadel@cern.ch>
49
50         * ITSModule.cxx:
51         * ITSModule.h:
52         Use two-level selection, implement callback QuadSelected() to
53         print out the digit details.
54
55 2006-12-06  Matevz Tadel  <matevz.tadel@cern.ch>
56
57         * ITSModule.cxx:
58         Use AddLine() when registering SSD digits.
59
60 2006-12-06  Matevz Tadel  <matevz.tadel@cern.ch>
61
62         * TPCData.cxx:
63         * TPCSectorData.cxx:
64         Make consistent use of fLoadPedestal and fLoadThreshold with and
65         without auto-pedestal determination and for reading of
66         raw-data/digits.
67
68         * TPCLoaderEditor.cxx:
69         Fix tooltip of load-threshold number-entry.
70
71 2006-12-05  Matevz Tadel  <matevz.tadel@cern.ch>
72
73         * TPCLoader.cxx:
74         * TPCLoader.h:
75         Added method ReloadSectors() allowing re-reading of data with
76         different load threshold/pedestal settings.
77
78         * TPCLoaderEditor.cxx:
79         * TPCLoaderEditor.h:
80         Added interface to load-time threshold/(auto)pedestal settings.
81
82 2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
83
84         * EventAlieve.cxx:
85         * EventAlieve.h:
86         Added mechanism for registration/execution of user-commands that
87         are to be run after a new event has been successfully loaded.
88
89         * TRDLoader.cxx:
90         * TRDModuleImp.cxx:
91         * TRDModuleImp.h:
92         Renamed typedef lpRE_t/i to List_t/i.
93
94         * VSDCreator.cxx:
95         A consistent way of getting the MC labels of the V0 daughters
96         (I.Belikov).
97
98 2006-11-22  Matevz Tadel  <matevz.tadel@cern.ch>
99
100         * EventAlieve.cxx:
101         Fix handling of AliESDfriends.root.
102
103 2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
104
105         * EventAlieve.cxx:
106         * EventAlieve.h:
107         Fix handling of AliESDfriends.root.
108
109 2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
110
111         * ITSModule.cxx:
112         Use new naming conventions from QuadSet; increase x-width of SDD
113         digits.
114
115 2006-11-17  Matevz Tadel  <matevz.tadel@cern.ch>
116
117         * ITSModule.cxx:
118         Do not interpolate color palette by default.
119
120 2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
121
122         * ITSModule.cxx:
123         * ITSModule.h:
124         Set palette and frame-box via setters to allow proper
125         reference-count management; cleanup.
126
127 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
128
129         * TPCSectorData.h:
130         Fix effc++ warnings.
131         
132 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
133
134         * ITSDigitsInfo.cxx:
135         * ITSDigitsInfo.h:
136         Formatting changes.
137
138         * ITSModule.cxx:
139         * ITSModule.h:
140         Subclass from the new QuadSet implementation; introduced static
141         data members to hold pointers to default FrameBoxes and
142         RGBAPalettes for each detector type.
143
144 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
145
146         * TRDLoaderSingle.cxx:
147         * TRDLoaderSingle.h:
148         * LinkDef.h:
149         * TRDData.cxx:
150         * TRDData.h:
151         * TRDLoader.cxx:
152         * TRDLoader.h:
153         * TRDModule.cxx:
154         * TRDModule.h:
155         * TRDModuleImp.cxx:
156         * TRDModuleImp.h:
157         From Alexandru: changes in TRD visualization.
158
159 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
160
161         * ITSModule.cxx:
162         * ITSModule.h:
163         Replace QuadSet with OldQuadSet; from Raffale: remove a couple of
164         duplicate lines.
165
166         * TRDData.cxx:
167         * TRDData.h:
168         Replace QuadSet with OldQuadSet.
169
170         * MUONChamber.cxx:
171         * MUONChamber.h:
172         * MUONChamberData.cxx:
173         * MUONChamberData.h:
174         * MUONChamberEditor.cxx:
175         * MUONChamberEditor.h:
176         * MUONChamberGL.cxx:
177         * MUONChamberGL.h:
178         * MUONData.cxx:
179         * MUONData.h:
180         From Bogdan: new files / new implementation of the MUON
181         visualization.
182
183         * MUONDigitsInfo.cxx:
184         * MUONDigitsInfo.h:
185         * MUONModule.cxx:
186         * MUONModule.h:
187         From Bogdan: removed files.
188
189         * LinkDef.h:
190         Add/remove classes according to changes in MUON.
191
192 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
193
194         * ITSModule.cxx:
195         From Raffaele: implemented naming scheme used for alignable
196         volumes.
197
198         * LinkDef.h:
199         List new classes for TRD visualization.
200
201         * TRDData.cxx:
202         * TRDData.h:
203         * TRDLoader.cxx:
204         * TRDLoader.h:
205         * TRDModule.cxx:
206         * TRDModule.h:
207         * TRDModuleImp.cxx:
208         * TRDModuleImp.h:
209         New files from Alexandru: TRD visualization.
210
211 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
212
213         * EventAlieve.cxx:
214         * EventAlieve.h:
215         Added option to respond to missing galice.root or AliESD.root
216         files in Open() with less violence (do not throw an exception,
217         just print a warning). This is a default now.
218
219         * MUONModule.cxx:
220         From Ivana: update following changes in MUON.
221
222 2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
223
224         * TPCSectorViz.cxx:
225         * TPCSectorViz.h:
226         * TPCSectorVizEditor.cxx:
227         * TPCSectorVizEditor.h:
228         Use Reve::ZTrans to hold the transformation matrix; renamed member
229         fTrans to less ambiguous fAutoTrans.
230
231         * TPCLoader.cxx:
232         * TPCSector2D.cxx:
233         * TPCSector3D.cxx:
234         Changes accompanying migration to usage of ZTrans in TPCSectorViz.
235
236 2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
237
238         * EventAlieve.cxx:
239         During opening of a run via run-loader also load run-header.
240
241 2006-10-09  Matevz Tadel  <matevz.tadel@cern.ch>
242
243         EVE-dev
244
245         * VSDCreator.cxx:
246         Youri's changes (merge of V0 and V0MI) were lost after CVS
247         gymnastics (reverting EVE-head to work with tagged version of
248         ROOT).
249
250 2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
251
252         EVE-dev
253
254         * .SKEL-ged.cxx:
255         * .SKEL-ged.h:
256         * .SKEL-gl.cxx:
257         * .SKEL-gl.h:
258         * .SKEL.h:
259         Changes for new geditor and gl two-level selection; added
260         delarations of private copy-ctor and assignment-op.
261
262         * TPCSector2D.cxx:
263         * TPCSector2D.h:
264         * TPCSector2DEditor.cxx:
265         * TPCSector2DEditor.h:
266         * TPCSector2DGL.cxx:
267         * TPCSector2DGL.h:
268         Added control of pick-mode and display of pad/pad-row histograms
269         as a response to second-level selection hit.
270
271         * TPCSectorViz.h:
272         Added methods GetMin/MaxTime().
273
274         * TPCSectorVizEditor.cxx:
275         Increased widget limits on fThreshold and fMaxVal.
276
277 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
278
279         EVE-dev
280
281         * TPCLoaderEditor.cxx:
282         * TPCLoaderEditor.h:
283         * TPCSector2DEditor.cxx:
284         * TPCSector2DEditor.h:
285         * TPCSector3DEditor.cxx:
286         * TPCSector3DEditor.h:
287         * TPCSectorVizEditor.cxx:
288         * TPCSectorVizEditor.h:
289         Conform to new TGedFrame paradigm in ROOT.
290
291 2006-09-06  Matevz Tadel  <matevz.tadel@cern.ch>
292
293         * MUONDigitsInfo.cxx:
294         * MUONDigitsInfo.h:
295         * MUONModule.cxx:
296         * MUONModule.h:
297         From Bogdan: fix effc++ warnings, add comments.
298
299 2006-08-30  Matevz Tadel  <matevz.tadel@cern.ch>
300
301         * EventAlieve.cxx:
302         * EventAlieve.h:
303         * ITSDigitsInfo.cxx:
304         * ITSDigitsInfo.h:
305         * ITSModule.cxx:
306         * ITSModule.h:
307         * MUONDigitsInfo.cxx:
308         * MUONDigitsInfo.h:
309         * MUONModule.cxx:
310         * MUONModule.h:
311         * TPCLoader.cxx:
312         * TPCLoader.h:
313         * TPCLoaderEditor.cxx:
314         * TPCLoaderEditor.h:
315         * TPCSector2DEditor.cxx:
316         * TPCSector2DEditor.h:
317         * TPCSector2DGL.cxx:
318         * TPCSector2DGL.h:
319         * TPCSector3D.cxx:
320         * TPCSector3DEditor.cxx:
321         * TPCSector3DEditor.h:
322         * TPCSector3DGL.cxx:
323         * TPCSector3DGL.h:
324         * TPCSectorData.cxx:
325         * TPCSectorData.h:
326         * TPCSectorViz.h:
327         * TPCSectorVizEditor.cxx:
328         * TPCSectorVizEditor.h:
329         * VSDCreator.cxx:
330         * VSDCreator.h:
331         Fix effc++ warnings.
332
333 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
334
335         EVE-dev
336
337         * TPCSector2DGL.cxx:
338         * TPCSector2DGL.h:
339         Added support for two-level selection down to pad level; added
340         ifdefs for post root-5.11.0 prototype of SetModelCheckClass().
341
342         * TPCSector3DGL.cxx:
343         Added ifdefs for post root-5.11.0 prototype ofSetModelCheckClass().
344
345 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
346
347         * EventAlieve.cxx:
348         * EventAlieve.h:
349         Added method Event::GotoEvent(Int_t) and shortcuts
350         Next/PrevEvent().
351
352 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
353
354         * EventAlieve.cxx:
355         * EventAlieve.h:
356         Now derived from Reve::EventBase.
357
358         * ITSModule.cxx:
359         * ITSModule.h:
360         * MUONModule.cxx:
361         * MUONModule.h:
362         * TPCSectorViz.cxx:
363         * TPCSectorViz.h:
364         Changed inheritance order (RenderElement base comes first).
365
366         * TPCLoader.cxx:
367         * TPCLoader.h:
368         Implemented list-management virtuals; use new functionality of
369         RGTopFrame.
370         
371         * TPCSector2DGL.cxx:
372         Cosmetic changes.
373
374         * TPCSector3D.h:
375         * TPCSector3D.cxx:
376         Do not recompute visual representation on every triangulation
377         change (let the GL renderer do it); conform to new syntax of
378         PointSetArray.
379
380         * TPCSector3DGL.cxx:
381         * TPCSector3DGL.h:
382         Added triangulation time-stamp: update model state when needed;
383         use PointSet::Size() instead of GetN().
384
385 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
386
387         * TPCLoader.cxx:
388         Use built-in equipment maps; the override option is still present
389         for reading early sector-test 2006 data.
390
391 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
392
393         * TPCLoader.cxx:
394         * TPCLoader.h:
395         Added member TString fTPCEquipementMap to allow override of
396         default file location.
397
398         * TPCSector2DGL.cxx:
399         Added ClassImp.
400
401         * TPCSector3DGL.cxx:
402         Added control statements for cases when some visualization data
403         are not present (GL optimization).
404
405         * VSDCreator.cxx:
406         Small fixes to revive basic VSD functionality.
407
408 2006-06-20  Matevz Tadel  <matevz.tadel@cern.ch>
409
410         * TPCSector3D.cxx:
411         * TPCSector3D.h:
412         Removed TAttMarker as base-class, added fPointSize member.
413
414         * TPCSector3DEditor.cxx:
415         * TPCSector3DEditor.h:
416         Added control for fPointSize.
417
418         * TPCSector3DGL.cxx:
419         After frame-box rendering GL remained in wire-frame mode.
420
421         * TPCSectorData.cxx:
422         * TPCSectorData.h:
423         Added internal static member for z-length of the sector.
424
425         * TPCSectorViz.cxx:
426         From Cvetan: fix orientation for C-side sectors.
427
428 2006-06-19  Matevz Tadel  <matevz.tadel@cern.ch>
429
430         * TPCSector3D.cxx:
431         * TPCSector3D.h:
432         * TPCSector3DGL.cxx:
433         Added support for rendering a fraction of 3D digits as points: the
434         fraction of the fThreshold->fMaxVal interval that is rendered a
435         spoints is controlled via the fPointFrac member. Subclassed
436         TPCSector3D from TAttMarker to allow point-size control.
437
438         * TPCSector3DEditor.cxx:
439         * TPCSector3DEditor.h:
440         Added control for fPointFrac; use RGValuator for fDriftVel.
441
442 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
443
444         * TPCData.cxx:
445         Removed stale printout.
446
447         * TPCLoader.cxx:
448         * TPCLoader.h:
449         Added option to set inital min/max time and threshold for
450         TPCSector2D's created by the loader.
451
452 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
453
454         * TPCSectorData.h:
455         Fixed a type in PadRowHack ctor (unused parameter).
456
457 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
458
459         * LinkDef.h:
460         * TPCData.cxx:
461         * TPCLoader.cxx:
462         * TPCSectorData.cxx:
463         * TPCSectorData.h:
464         Added hacks to allow removal of noisy pads.
465
466 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
467
468         * TPCLoaderEditor.cxx:
469         Use StrDup to feed TGFileInfo for brain-dead interface of
470         TGFileDialog.
471
472         * TPCSector3DGL.cxx:
473         * TPCSector3DGL.h:
474         Added padding for frame-box borders so that all all digits are
475         contained within it.
476
477 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
478
479         * .SKEL-gl.cxx:
480         * .SKEL-gl.h:
481         Added conventions for ROOT pre/post 5.11.02.
482
483         * LinkDef.h:
484         * TPCSector3DGL.cxx:
485         * TPCSector3DGL.h:
486         New class TPCSector3DGL, a direct renderer for TPCSector3D.
487
488         * TPCLoaderEditor.cxx:
489         Properly handle directory data, allows loading from non-current
490         directory.
491
492         * TPCSectorViz.cxx:
493         * TPCSectorViz.h:
494         Added optimised color lookup function/cache; do not alow threshold
495         to overrun maxval nad vice versa.
496
497         * TPCSectorVizEditor.cxx:
498         Reget threshold/maxval after setting it.
499         * TPCSector3D.cxx:
500         * TPCSector3D.h:
501         Changes for rendering via TPCSector3DGL; use optimised color
502         lookup from TPCSectorViz.
503
504         * TPCSector2DGL.cxx:
505         Use optimised color lookup from TPCSectorViz.
506
507 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
508
509         * EventAlieve.cxx:
510         * EventAlieve.h:
511         Added automatic loading of AliESDfriend (if found in event
512         directory); new function AssertESDfriend().
513
514 2006-06-09  Matevz Tadel  <matevz.tadel@cern.ch>
515
516         HEAD
517
518         * TPCLoaderEditor.cxx:
519         Fixed target class for fDoubleSR signal connect.
520
521 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
522
523         HEAD
524
525         * TPCLoader.cxx:
526         * TPCLoader.h:
527         Added member for double sampling-rate fDoubleSR; copy
528         visualization parameter from 2D view when creating 3D view.
529
530         * TPCLoaderEditor.cxx:
531         * TPCLoaderEditor.h:
532         Added control for double sampling-rate fDoubleSR.
533
534         * TPCSector3DEditor.cxx:
535         Increased precision of drift velocity widget.
536
537         * TPCSectorViz.cxx:
538         * TPCSectorViz.h:
539         Added method CopyVizParams(); reset transformation on sector id
540         change.
541
542         * TPCSectorVizEditor.cxx:
543         * TPCSectorVizEditor.h:
544         Added button to control realistic positioning of the sector.
545
546 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
547
548         HEAD
549
550         * LinkDef.h:
551         * TPCLoader.cxx:
552         * TPCLoader.h:
553         * TPCLoaderEditor.cxx:
554         * TPCLoaderEditor.h:
555         New class TPCLoader providing (graphical) interface for navigation
556         through the TPC sector data.
557
558         * TPCSector3D.cxx:
559         Proper initialization of bounding box for fBoxSet.
560
561         * TPCSector2DEditor.cxx:
562         * TPCSectorViz.cxx:
563         Removed some comment crap.
564
565 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
566
567         HEAD
568
569         * LinkDef.h:
570         * MUONDigitsInfo.cxx:
571         * MUONDigitsInfo.h:
572         * MUONModule.cxx:
573         * MUONModule.h:
574         New files for MUON visualization by Bogdan Vulpescu.
575
576 2006-06-01  Matevz Tadel  <matevz.tadel@cern.ch>
577
578         HEAD
579
580         * TPCSector2D.cxx:
581         * TPCSector2DGL.cxx:
582         * TPCSector3D.cxx:
583         Added preprocessor conditionals to support ROOT > 5.11.2.
584
585 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
586
587         EVE-dev
588
589         * TPCSectorVizEditor.cxx:
590         * TPCSectorVizEditor.h:
591         Replaced hand-woven widget-groups with RGValuators.
592
593 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
594
595         EVE-dev
596
597         * TPCData.cxx:
598         * TPCData.h:
599         Removed function LoadRaw(AliTPCRawStreamOld&).
600
601         * TPCSector2DGL.h:
602         Removed forgotten declaration of SetCol().
603
604         * TPCSector3D.cxx:
605         In Paint(): properly setup 3D transformation of fBoxSet.
606
607         * alieve_main/alieve_main.cxx:
608         New file; executable linked against all ALICE libraries.
609
610 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
611
612         EVE-dev
613
614         * TPCSector2D.cxx:
615         Honor fRnrElement in Paint(); it was impossible to disable
616         rendering of 2D sectors.
617
618 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
619
620         EVE-dev
621
622         * TPCData.cxx:
623         * TPCData.h:
624         In LoadRaw(AliTPCRawStreamOld&) added protection against repeated
625         data for a given pad; added methods DropAllSectors() and
626         DeleteAllSectors().
627
628         * TPCSectorData.cxx:
629         * TPCSectorData.h:
630         Added method DropData(); in EndPad() return immediately if no data
631         was registered.
632
633         * TPCSector2D.h:
634         * TPCSector2DGL.cxx:
635         * TPCSectorViz.cxx:
636         * TPCSectorViz.h:
637         Increase of rendering time-stamp now done in a virtual function
638         IncRTS(); renamed fFrameCol to fFrameColor; minor cleanup.
639
640         * TPCSector3D.cxx:
641         * TPCSector3D.h:
642         * TPCSector3DEditor.cxx:
643         * TPCSector3DEditor.h:
644         * LinkDef.h:
645         New classes TPCSector3D and TPCSector3DEditor.
646
647         * ITSModule.cxx:
648         * ITSModule.h:
649         Renamed fFrameCol to fFrameColor.
650
651 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
652
653         EVE-dev and HEAD
654
655         * TPCData.cxx:
656         * TPCData.h:
657         * TPCSectorData.cxx:
658         * TPCSectorData.h:
659         Add support for automatic pedestal determination and subtraction
660         on per pad basis (for RAW data only). Done with Marian.
661
662         EVE-dev
663
664         * LinkDef.h:
665         * TPCSector2D.cxx:
666         * TPCSector2D.h:
667         * TPCSector2DEditor.cxx:
668         * TPCSector2DEditor.h:
669         * TPCSectorViz.cxx:
670         * TPCSectorViz.h:
671         * TPCSectorVizEditor.cxx:
672         * TPCSectorVizEditor.h:
673         Split TPCSectorViz from TPCSector2D as a base class. TPCSectorViz
674         holds the general parametrs that will also be used by TPCSector3D.
675
676         * TPCSector2DGL.cxx:
677         Use Reve::ColorFromIdx().
678
679         * .SKEL-ged.cxx:
680         * .SKEL-ged.h:
681         Include from Alieve, default class version 0.
682
683 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
684
685         EVE-dev
686
687         * TPCData.cxx:
688         * TPCData.h:
689         Added member fLoadPedestal to support subtraction of common
690         pedestal during data loading.
691
692         * TPCSector2D.cxx:
693         * TPCSector2D.h:
694         * TPCSector2DEditor.cxx:
695         * TPCSector2DEditor.h:
696         * TPCSector2DGL.cxx:
697         Added option fAverage to divide the integrated time-bin contents
698         by window width; fShowMax now works within the given time
699         window. Added flags to control rendering of inner/outer1/outer2
700         segments. Widgets have been extended to display numeric values for
701         threshold, max-value and min/max time (there were only sliders and
702         print-out before).
703
704 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
705
706         EVE-dev
707
708         * ITSModule.cxx:
709         * TPCSector2D.cxx:
710         * TPCSector2D.h:
711         * TPCSector2DEditor.cxx:
712         * TPCSector2DEditor.h:
713         * TPCSector2DGL.cxx:
714         Fixed all occurrences of misspelled 'treshold'.
715
716 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
717
718         EVE-dev
719
720         * TPCData.cxx:
721         * TPCData.h:
722         In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
723         exceeding number of pads in row; optionally warn of the occurrences.
724
725         * TPCSectorData.cxx:
726         Fix compilation warnings.
727
728 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
729
730         EVE-dev
731
732         Introduce support for reading of raw TPC data. At the same time
733         the TPCSegment* classes have been renamed to TPCSector*.
734         
735         * TPCDigitsInfo.cxx:
736         * TPCDigitsInfo.h:
737         * TPCSegment.cxx:
738         * TPCSegment.h:
739         * TPCSegmentEditor.cxx:
740         * TPCSegmentEditor.h:
741         * TPCSegmentGL.cxx:
742         * TPCSegmentGL.h:
743         Removed files; functionality moved to TPCData* and TPCSector*
744         classes.
745
746         * TPCData.cxx:
747         * TPCData.h:
748         * TPCSector2D.cxx:
749         * TPCSector2D.h:
750         * TPCSector2DEditor.cxx:
751         * TPCSector2DEditor.h:
752         * TPCSector2DGL.cxx:
753         * TPCSector2DGL.h:
754         * TPCSectorData.cxx:
755         * TPCSectorData.h:
756         New files: most of the code was scavenged from TPCDigitsInfo and
757         TPCSegment* classes.
758
759         * LinkDef.h:
760         Reflect new class-names.
761
762         * .SKEL.cxx:
763         Moved using declarations to front.
764
765         * ChangeLog:
766         New file.