]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Alieve/ChangeLog
o) Adding class AlidNdEtaAnalysisMCSelector, which builds dNdEta plot from MC to...
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
CommitLineData
915dabe1 12006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
2
3 EVE-dev branch
4
5 * ITSModule.cxx:
6 * TPCSector2D.cxx:
7 * TPCSector2D.h:
8 * TPCSector2DEditor.cxx:
9 * TPCSector2DEditor.h:
10 * TPCSector2DGL.cxx:
11 Fixed all occurrences of misspelled 'treshold'.
12
132006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
14
15 EVE-dev branch
16
17 * TPCData.cxx:
18 * TPCData.h:
19 In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
20 exceeding number of pads in row; optionally warn of the occurrences.
21
22 * TPCSectorData.cxx:
23 Fix compilation warnings.
24
252006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
26
27 EVE-dev branch
28
29 Introduce support for reading of raw TPC data. At the same time
30 the TPCSegment* classes have been renamed to TPCSector*.
31
32 * TPCDigitsInfo.cxx:
33 * TPCDigitsInfo.h:
34 * TPCSegment.cxx:
35 * TPCSegment.h:
36 * TPCSegmentEditor.cxx:
37 * TPCSegmentEditor.h:
38 * TPCSegmentGL.cxx:
39 * TPCSegmentGL.h:
40 Removed files; functionality moved to TPCData* and TPCSector*
41 classes.
42
43 * TPCData.cxx:
44 * TPCData.h:
45 * TPCSector2D.cxx:
46 * TPCSector2D.h:
47 * TPCSector2DEditor.cxx:
48 * TPCSector2DEditor.h:
49 * TPCSector2DGL.cxx:
50 * TPCSector2DGL.h:
51 * TPCSectorData.cxx:
52 * TPCSectorData.h:
53 New files: most of the code was scavenged from TPCDigitsInfo and
54 TPCSegment* classes.
55
56 * LinkDef.h:
57 Reflect new class-names.
58
59 * .SKEL.cxx:
60 Moved using declarations to front.
61
62 * ChangeLog:
63 New file.