]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Alieve/ChangeLog
2d08138e87eca794f37312a8c1622e9a47e3de25
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
1 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         EVE-dev branch
4
5         * TPCData.cxx:
6         * TPCData.h:
7         Added member fLoadPedestal to support subtraction of common
8         pedestal during data loading.
9
10         * TPCSector2D.cxx:
11         * TPCSector2D.h:
12         * TPCSector2DEditor.cxx:
13         * TPCSector2DEditor.h:
14         * TPCSector2DGL.cxx:
15         Added option fAverage to divide the integrated time-bin contents
16         by window width; fShowMax now works within the given time
17         window. Added flags to control rendering of inner/outer1/outer2
18         segments. Widgets have been extended to display numeric values for
19         threshold, max-value and min/max time (there were only sliders and
20         print-out before).
21
22 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
23
24         EVE-dev branch
25
26         * ITSModule.cxx:
27         * TPCSector2D.cxx:
28         * TPCSector2D.h:
29         * TPCSector2DEditor.cxx:
30         * TPCSector2DEditor.h:
31         * TPCSector2DGL.cxx:
32         Fixed all occurrences of misspelled 'treshold'.
33
34 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
35
36         EVE-dev branch
37
38         * TPCData.cxx:
39         * TPCData.h:
40         In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
41         exceeding number of pads in row; optionally warn of the occurrences.
42
43         * TPCSectorData.cxx:
44         Fix compilation warnings.
45
46 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
47
48         EVE-dev branch
49
50         Introduce support for reading of raw TPC data. At the same time
51         the TPCSegment* classes have been renamed to TPCSector*.
52         
53         * TPCDigitsInfo.cxx:
54         * TPCDigitsInfo.h:
55         * TPCSegment.cxx:
56         * TPCSegment.h:
57         * TPCSegmentEditor.cxx:
58         * TPCSegmentEditor.h:
59         * TPCSegmentGL.cxx:
60         * TPCSegmentGL.h:
61         Removed files; functionality moved to TPCData* and TPCSector*
62         classes.
63
64         * TPCData.cxx:
65         * TPCData.h:
66         * TPCSector2D.cxx:
67         * TPCSector2D.h:
68         * TPCSector2DEditor.cxx:
69         * TPCSector2DEditor.h:
70         * TPCSector2DGL.cxx:
71         * TPCSector2DGL.h:
72         * TPCSectorData.cxx:
73         * TPCSectorData.h:
74         New files: most of the code was scavenged from TPCDigitsInfo and
75         TPCSegment* classes.
76
77         * LinkDef.h:
78         Reflect new class-names.
79
80         * .SKEL.cxx:
81         Moved using declarations to front.
82
83         * ChangeLog:
84         New file.